-
指令 restrict <hello></hello> <div hello></div> <div class="hello"></div> <!-- directive:hello --> <div></div>查看全部
-
angular-ui router查看全部
-
ng-class <div ng-class='{error: isError, warning: isWarning}'>{{messageText}}</div>查看全部
-
ng-class查看全部
-
完整的项目结构查看全部
-
angular scope 插件查看全部
-
1.scope:{},创建独立作用域 controller:function($scope){}暴露一组公共函数给外部调用,调用例如scope.loadData或者scope.$apply("loadData()") link方法用来处理dom元素,事件和监听行为 2.directive中link方法有4个参数,3个常用的为 scope,element,attr. 3.注意:页面元素上驼峰法则书写的属性,到js里要改为小写查看全部
-
angular项目结构查看全部
-
cotroller 原则查看全部
-
scope初步认识查看全部
-
Controller使用过程中的注意点查看全部
-
内置指令63个查看全部
-
scope的绑定策略查看全部
-
1.用指令中的link操作dom 2.restrict(匹配模式AEMC),template(少量html拼接),templateurl(引入html) 3.缓存这个模版,使用run方法执行templateCache,在其他指令使用,使用时候用get 4.transclude,嵌套时候,使不会被替换查看全部
-
1.ajax无法保留历史记录,从而无法保存url,而且不利于SEO优化,angularjs路由通过改变url可以保存路径查看全部
举报
0/150
提交
取消