AngularJS — Superheroic JavaScript MVW Framework
使用超动感HTML & JS开发WEB应用! | AngularJS中文社区
之前看到ng-app,需要去搞懂是什么意思:
搜:
what is ng-app
“The ngApp directive designates the root element of the application and is typically placed near the root element of the page – e.g. on the <body> or <html> tags.”
“AngularJS extends HTML with ng-directives.
The ng-app directive defines an AngularJS application.
The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.
The ng-bind directive binds application data to the HTML view.
”
【总结】
ng-app 表示:是AngularJS的程序
转载请注明:在路上 » [记录]angularjs介绍