AngularJS中的ng-app指令用于定义AngularJS应用程序的根元素。该指令在页面加载时自动初始化AngularJS应用程序。它可以用来在AngularJS应用程序中加载各种模块。
句法:
Contents...
示例1:本示例使用ng-app指令定义默认的AngularJS应用程序。
AngularJS ng-app Directive
ng-app directive
{{ name }} is the portal for geeks.
输出:
示例2:本示例使用ng-app指令定义默认的AngularJS应用程序。
AngularJS ng-app Directive
GeeksforGeeks
ng-app Directive
Name:
You entered:
输出: