码迷,mamicode.com
首页 >  
搜索关键字:ng-controller    ( 170个结果
angularjs之html中弹出一个页面显示框
<a ng-href="#">后退</a><div ng-controller="itEquipmentCreatController"> <div class="panelSelf panel panel-primary"> <div class="panel-heading">{{titleTe ...
分类:Web程序   时间:2017-02-08 13:06:02    阅读次数:2137
angularjs小应用
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title></head><bodyng-app="myNoteApp"ng-controller="myNoteCtrl"> <h2>我的笔记</h2>..
分类:Web程序   时间:2017-02-07 17:14:57    阅读次数:163
ionic 搜索双向数据绑定失效
1.用data对象存储变化的数据 js: html: 2.把路由定义中的controller去掉,直接在模板文件中的ion-content上显示声明ng-controller="homeCtrl",这样之前的代码就能起作用。 双向数据绑定失效的原因: 首先,在ionic路由中定义了模板文件的cont ...
分类:其他好文   时间:2017-02-07 12:17:10    阅读次数:323
ng-app指令定义了应用, ng-controller 定义了控制器
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:移动开发   时间:2017-02-06 18:32:25    阅读次数:184
根作用域的使用
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:其他好文   时间:2017-02-06 18:23:26    阅读次数:116
angularjs控制器方法
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web程序   时间:2017-02-06 18:23:19    阅读次数:307
angularjs-过滤输入filter
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="n..
分类:Web程序   时间:2017-02-06 18:21:35    阅读次数:217
angularjs-$location 服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web程序   时间:2017-02-06 18:21:11    阅读次数:201
angularjs-$timeout 服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web程序   时间:2017-02-06 18:19:41    阅读次数:236
angularjs-$http 服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web程序   时间:2017-02-06 18:18:31    阅读次数:165
170条   上一页 1 ... 4 5 6 7 8 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!