1.下载angularjs
本文的文件目录是C:\nginx\html\angularjs
首先用cmd命令行搜索一下有关angularjs可以下载的库文件
c:\nginx\html\angularjs>typings search angular
将会列出相关的,这里就下载官网提供的angular http://angularjs.org
下载命令npm install angular --save
可以发现目录下多了node_modules 但是总不能把所有的文件都提交吧,所以我们要提交的时候忽略这个文件夹,把需要库文件放到专门一个文件夹,这这里就新建一个js的文件夹
现在我们angularjs目录下新建了一个1的文件夹和js的文件夹
3. 双向数据绑定 ng-bind ng-model
8. radio ng-value ng-show
9. checkbox ng-true-value ng-false-value
2. ng方法 version uppercase copy extend forEach toJson fromJson isUndefined isNumber isString isObject equals
5. ng-repeat track by $index
8. input ng-model ng-model-options
9. ng-class ng-class-odd ng-class-even
16. 自定义指令1 restrict template
17. 自定义指令2 restrict template
25. 自定义指令5 templateUrl controller
28. ng-bind-html $sce trustAsHtml
1. ui-view $urlRouterProvider $stateProvider