In HTML you can not include files like HTML into another HTML pages. To achieve this functionality you had to choose either Ajax call or server side includes like php, jsp.
But using AngularJS you can embed HTML page within a HTML page using ng-include directive.
By default, for same domain and protocol as a application document, the template URL is restricted.
For detail documentation click here.
<div ng-app="" ng-controller="userController"> <div ng-include="'header.htm'"></div> <div>...</div> <div ng-include="'footer.htm'"></div> </div>
Read Also: Ajax call – AngularJS
Are you an owner of a small business who’s trying to come up with ways…
Introduction When patients bring me their lab reports, the confusion is almost always the same.…
Are you excited about remodeling your house after a long time? Perhaps if you're planning…
The practice of yoga teaches us to be present, patient and mindful of our decisions.…
As we are once again allowed to go outside, nearly everyone is planning to go…
How do you find a cleaning company that will take excellent care of your business…