2015年5月20日
摘要: 不用缓存模板的写法如下:1、index.html: directive-templateUrl 2、hello.js:var myModule = angular.module("app",[]);myModule.directive('hello',function(){ return {... 阅读全文
posted @ 2015-05-20 15:20 杨杨0708 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 1、index.html: scopeAt 2、scopeAnd.js:var myModule = angular.module("app",[]);myModule.controller('myCtrl', ['$scope', function($scope){ $scope.sa... 阅读全文
posted @ 2015-05-20 11:51 杨杨0708 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 1、index.html: scopeEqual 控制器中的内容: 指令中的内容: 2、scopeEqual.js:var myModule = angular.module("app",[]);myModule.controller('myCtrl', ['$scope', functi... 阅读全文
posted @ 2015-05-20 11:26 杨杨0708 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1、index.html: scopeAt 2、scopeAt.js:var myModule = angular.module("app",[]);myModule.controller('myCtrl', ['$scope', function($scope){ $scope.ctrlF... 阅读全文
posted @ 2015-05-20 10:09 杨杨0708 阅读(273) 评论(0) 推荐(0) 编辑
  2015年5月19日
摘要: 1、index.html: custom-directive 动感超人+力量 动感超人+力量+速度 动感超人+力量+速度+发光 2、directive-directive.js:var myModule = angular.module("app",[]);myModule... 阅读全文
posted @ 2015-05-19 17:34 杨杨0708 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1、index.html: custom-directive 滑动加载 滑动加载2、directive-controller2.js:var myModule = angular.module("app",[]);myModule.controller('myCtrl', ['$scope... 阅读全文
posted @ 2015-05-19 17:32 杨杨0708 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1、index.html: custom-directive 滑动加载2、directive-controller.js:var myModule = angular.module("app",[]);myModule.controller('myCtrl', ['$scope', func... 阅读全文
posted @ 2015-05-19 17:30 杨杨0708 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1、index.html: custom-directive 用户名: 密码: 登录 取消 2、directive-form.js:var myModule = angular.module("app",[]);myModule.directive('control'... 阅读全文
posted @ 2015-05-19 17:26 杨杨0708 阅读(550) 评论(0) 推荐(0) 编辑
摘要: custom-directive Lucy 阅读全文
posted @ 2015-05-19 17:21 杨杨0708 阅读(801) 评论(0) 推荐(0) 编辑
摘要: custom-directive 阅读全文
posted @ 2015-05-19 17:17 杨杨0708 阅读(194) 评论(0) 推荐(1) 编辑
  2015年5月18日
摘要: 《AngularJS》5个实例详解Directive(指令)机制本文整理并扩展了《AngularJS》这本书第六章里面的内容,此书近期即将由电子工业出版社出版,敬请期待口令:Angular1.一点小说明指令的作用:实现语义化标签我们常用的HTML标签是这样的: 一点点内容而使用AngularJ... 阅读全文
posted @ 2015-05-18 11:16 杨杨0708 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 原文 http://blog.csdn.net/xpf_show/article/details/36233465 一、首先我们来了解下指令API含义restrict申明标识符在模版中作为元素,属性,类,注释或组合,如何使用priority设置模版中相对于其他标识符的执行顺序Template指定一个... 阅读全文
posted @ 2015-05-18 11:14 杨杨0708 阅读(186) 评论(0) 推荐(1) 编辑
  2015年5月17日
摘要: 综合小实例剩余字数:{{remaining()}} / 140输入的是:发送清除 阅读全文
posted @ 2015-05-17 14:01 杨杨0708 阅读(203) 评论(0) 推荐(0) 编辑
摘要: angularJS与BootStrap3是最佳搭档.1、Form.html: 双向数据绑定 邮箱: 密码: 自动登录 获取Form表单的值 设置Form表单的值 重置表单 2、Form.js:var userInfoM... 阅读全文
posted @ 2015-05-17 13:55 杨杨0708 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 本篇给出ng-show的示例代码,以供参考.1、NgShow.html: Toggle Menu Stun Disintegrate Erase from history 2、NgShow.js:var myCSSModule = angular.module('MyCSSModule', ... 阅读全文
posted @ 2015-05-17 13:50 杨杨0708 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1、angularjs的表达式是可以写在class里面动态改变其值的,写法如下:□、CSS1.html: 测试CSS样式 //注意这里的class="text-{{color}}"这个class写法,text-后面的angular表达式变量 绿色 □、CSS1.css:.text-red { ... 阅读全文
posted @ 2015-05-17 12:06 杨杨0708 阅读(2210) 评论(0) 推荐(0) 编辑
摘要: UI-Router是angular路由插件,上一篇我们讲到了angularJS自带路由,可惜在路径嵌套上表现的有所欠缺,而angular-UI-Router插件正好弥补了这一点。[示例]:□、UIRoute3.html: //先写总的路由文件 //用angular-ui-router.js... 阅读全文
posted @ 2015-05-17 11:38 杨杨0708 阅读(659) 评论(0) 推荐(0) 编辑
摘要: 以下是演示angular路由切换的demo.主页:index.html BookStore 模板文件(html碎片文件)tpls/:hello.html:{{greeting.text}},AngularbookList.html: 书名:{{book.title}}作者:{{... 阅读全文
posted @ 2015-05-17 08:57 杨杨0708 阅读(321) 评论(0) 推荐(0) 编辑
  2015年5月14日
摘要: 使用BootStrap3.x写的公司一个响应式项目在IE下面错误百出,经过一番折腾。全部解决了IE8下的兼容问题。 这里汇总一下,希望对大家有所帮助。1. Bootstrap UI整体在IE8下变窄,进而组件摆放论套问题出在IE8不支持@media ,而Bootstrap的一大优势Responsiv... 阅读全文
posted @ 2015-05-14 15:35 杨杨0708 阅读(1487) 评论(0) 推荐(0) 编辑
摘要: METRO风格是指微软在WINDOWS PHONE 7中新加入的界面风格,并且计划将其用于windows8中的开始菜单界面。该界面的特点是简洁高效,每一个METRO图标都没有边框,形状有点像地铁站中的指示牌 阅读全文
posted @ 2015-05-14 15:01 杨杨0708 阅读(202) 评论(0) 推荐(0) 编辑