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>
posted @ giovedì 9 aprile 2015 19:38