I just read the introduction to Angular JS but I didn\'t see anything about a way to code up your HTML header code and footer code just once and have it included in all of your
The official way to do it is to use ngInclude directive, which "fetches, compiles and includes an external HTML fragment".
"fetches, compiles and includes an external HTML fragment".
...
With this you can reuse the same header.url and footer.url in all your pages.
header.url
footer.url