摘要:
综合小实例剩余字数:{{remaining()}} / 140输入的是:发送清除 阅读全文
摘要:
angularJS与BootStrap3是最佳搭档.1、Form.html: 双向数据绑定 邮箱: 密码: 自动登录 获取Form表单的值 设置Form表单的值 重置表单 2、Form.js:var userInfoM... 阅读全文
摘要:
本篇给出ng-show的示例代码,以供参考.1、NgShow.html: Toggle Menu Stun Disintegrate Erase from history 2、NgShow.js:var myCSSModule = angular.module('MyCSSModule', ... 阅读全文
摘要:
1、angularjs的表达式是可以写在class里面动态改变其值的,写法如下:□、CSS1.html: 测试CSS样式 //注意这里的class="text-{{color}}"这个class写法,text-后面的angular表达式变量 绿色 □、CSS1.css:.text-red { ... 阅读全文
摘要:
UI-Router是angular路由插件,上一篇我们讲到了angularJS自带路由,可惜在路径嵌套上表现的有所欠缺,而angular-UI-Router插件正好弥补了这一点。[示例]:□、UIRoute3.html: //先写总的路由文件 //用angular-ui-router.js... 阅读全文
摘要:
以下是演示angular路由切换的demo.主页:index.html BookStore 模板文件(html碎片文件)tpls/:hello.html:{{greeting.text}},AngularbookList.html: 书名:{{book.title}}作者:{{... 阅读全文