码迷,mamicode.com
首页 >  
搜索关键字:angularjs watch    ( 7106个结果
AngularJS常用功能
AngularJS 常用功能迭代输出之ng-repeat标签ng-repeat让table ul ol等标签和js里的数组完美结合12345{{person.name}} is {{person.age}} years old.你甚至可以指定输出的顺序:1动态绑定之ng-model标签任何有用户输入...
分类:Web程序   时间:2014-11-16 21:22:58    阅读次数:301
指令续<AngularJs>
compile【object or function】compile选项本身并不会被频繁使用,但是link函数则会被经常使用。本质上,当我们设置了link选项,实际上是创建了一个postLink() 链接函数,以便compile() 函数可以定义链接函数。通常情况下,如果设置了compile函数,说...
分类:Web程序   时间:2014-11-16 20:02:18    阅读次数:134
angularjs $resource用法小结
备注:个人小结,仅供参考,欢迎纠正1、注入resourcevarstudentService=angular.module(‘studentServiceApp‘,[‘ngAnimate‘,‘ngCookies‘,‘ngResource‘]);2、studentService.config([‘$httpProvider‘,‘app‘,function($httpProvider){$httpProvider.defaults.headers.common[‘Auth..
分类:Web程序   时间:2014-11-14 01:48:39    阅读次数:235
模仿,anjularjs 双向绑定 ,纯javascript实现
anjularjs中的双向绑定很有意思,下面模仿其源码,写了一个简单的版本,就是鲁棒性差了点。从"wozijide"中可以看到,当输入框的内容变化时,其上2排内容也在动态变化。有点小兴奋埃其中x变量用angularjs的双向绑定,y变量用的自己的(zijide)。HTML: <p>angularjs</p..
分类:编程语言   时间:2014-11-14 01:47:48    阅读次数:356
AngularJS的五大特性
http://kkuang.net/awesome-angularJS-features/http://blog.csdn.net/vking_wang/article/details/8817232
分类:Web程序   时间:2014-11-13 22:23:46    阅读次数:176
Angularjs Nodejs Grunt 一个例子
做了一个简单的示例,目的是记录环境配置以及这套框架的结构流程。 1.配置环境 默认nodejs已安装。 安装以下模块:express(nodejs框架),grunt(javascript task runner),grunt-contrib-watch(grunt live load插件),grunt-express-server(grunt启动express服务端插件)。 命令行中进入程...
分类:Web程序   时间:2014-11-13 00:38:03    阅读次数:212
Minifying Angular应用时产生的问题
一、产生的问题如果你正在进行AngularJS的项目开发,生产时Minified JS文件有没有遇到下面问题:angular.module("myApp", []).controller("mainController", function($scope) { $scope.message = "H...
分类:其他好文   时间:2014-11-12 13:27:45    阅读次数:108
翻译:JavaScript Promises and AngularJS $q Service
翻译:JavaScript Promises and AngularJS $q Service原文:http://www.webdeveasy.com/javascript-promises-and-angularjs-q-service/ 一个promise(延缓)是处理异步开发简单而强大的方.....
分类:编程语言   时间:2014-11-12 13:22:04    阅读次数:199
Android 网络通信框架Volley简介(Google IO 2013)
Volley主页https://android.googlesource.com/platform/frameworks/volleyhttp://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded1. 什么是Volley在这之前,...
分类:移动开发   时间:2014-11-11 14:00:17    阅读次数:285
单片机处理触摸按键例程
//文件touchbutton.h #ifndef _TOUCHBUTTON_H_ #define _TOUCHBUTTON_H_ //=========宏定义=========================================== #define DEF_WATCH_TKREFER //查看参考 -用于测试 //================...
分类:其他好文   时间:2014-11-10 20:00:36    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!