AngularJS Side Includes

With AngularJS, you can include HTML content, using the ng-include directive:

Example

<body>

<div class="container">
  <div ng-include="'myUsers_List.htm'"></div>
  <div ng-include="'myUsers_Form.htm'"></div>
</div>

</body>
«aprile»
domlunmarmergiovensab
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789