angluar.js 学习
Posted 过客人生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了angluar.js 学习相关的知识,希望对你有一定的参考价值。
地址:
http://www.cnblogs.com/freefed/p/4835427.html 如何搭建一个angularJS应用
http://www.cnblogs.com/Cuiy/p/4285520.html 初识Angular.js
https://github.com/xufei/blog/issues xufei的博客
指令:
- ng-href
- ng-src
- ng-disabled
ng-disabled="isDisabled"
- ng-readonly
- ng-checked
- ng-selected
- ng-class
-
ng-class="{success : hasValue, error : !hasValue}
-
- ng-style
-
ng-style="{coloe : \'red\'}
- ng-show
- ng-hide
- ng-repeat
-
$index:遍历的进度(0...length-1) $first:当元素是遍历的第一个时值为true $middle:当元素处于第一个和最后元素之间时值为true $last:当元素是遍历的最后一个时值为true $even:当$index值是偶数时值为true $odd:当$index值是奇数时值为true
- ng-init
- ng-if <div ng-if="2+2===4">你可以看到我</div>
- ng-bind
- ng-bind-template
- ng-cloak
- ng-model
- ng-click
- ng-change
- ng-submit
- ng-include
以上是关于angluar.js 学习的主要内容,如果未能解决你的问题,请参考以下文章