-
restrict--匹配模式查看全部
-
restrict:匹配模式,AEMC A:属性 <hello></hello> E:元素 <div hello></div> M:注释 <!-- directive:hello --><div></div> C:class,CSS的样式类 <div class="hello"></div>查看全部
-
指 令查看全部
-
四大核心特性查看全部
-
前端路由的基本原理查看全部
-
ui-router可以实现深层次嵌套,只修改局部视图 ui-router的使用,与ngRoute的区别是: 1、可实现路由分开控制多模块页面的各个模块 2、index.html中的视图部分为<div ui-view></div> 3、需要依赖ui.router,函数需要引入$stateProvider及$urlRouterProvider 4、语法类似ngRouter查看全部
-
Ajax的缺陷:请求不会留下History记录;用户无法直接通过URL进入应用中的指定页面(保存书签,链接发给朋友);Ajax对SEO(搜索引擎)是个灾难。查看全部
-
ERP类型的系统必备的UI组件查看全部
-
form指令查看全部
-
ng 内置的指令--共63个查看全部
-
scope的绑定策略 独立scope scope:{}, scope绑定策略 @ 字符串 & 函数 = 双向查看全部
-
独立的指令查看全部
-
//定义模块 var helloModule = angular.module('HelloAngular',[]); //在模块中调用函数helloNgCtrl helleoModule.controller('helloNgCtrl',['$scope',function($scope){ $scope.greeting = { text:'hello' } }])查看全部
-
指令 -- 实现步骤查看全部
-
前台框架查看全部
举报
0/150
提交
取消