Include syntax in AngularJS
HTML does not support embedding HTML web pages in HTML pages. To achieve this function, the following methods can be used:
HTML does not support embedding HTML web pages in HTML pages. To achieve this function, the following methods can be used:
Using Ajax - Create a server call to get the corresponding HTML page and set it in the innerHTML element of the HTML control.
Using Server Side Includes - JSP, PHP and other web server technologies can include HTML pages in a dynamic web page.
With AngularJS, we can embed the HTML page using the ng-include directive.
ng-app = "" ng-controller = "sinhvienController" >ng-include = "'main.html'" >ng-include="'tenMonHoc.html'">For example:
cuphapInclude.html
Include Cu Phap in AngularJSYou should read it
- Ajax in AngularJS
- PHP & AJAX
- HTML DOM element in AngularJS
- Directive in AngularJS
- Create the first AngularJS application
- What is AngularJS?
- Expression in AngularJS
- Instructions for installing AngularJS
- The Service in AngularJS
- The Filter in AngularJS
- How to Program in Ajax
- 10 things IT professionals need to know about Ajax