This is a preview-quality chapter of our continuously deployed eBook on AngularJS for .NET developers. You can read more about the project athttp://he...
分类:
Web程序 时间:
2014-12-16 13:18:43
阅读次数:
391
1. AngularJS is Entirely Client-Side AngularJS is written in JavaScript, and it functions entirely on the client side. This means two things for your app. First, you can run AngularJS in any browse...
分类:
Web程序 时间:
2014-12-16 08:50:15
阅读次数:
215
By default your HTTP requests with the $https service in Angular arenotcached. By setting some options, you can turn caching on./** * Created by Answe...
分类:
Web程序 时间:
2014-12-16 00:55:06
阅读次数:
491
前面我们已经知道了如何安装grunt,本章节给各位道友介绍如何使用 grunt 的插件,grunt是重点在于如何配置使用 Gruntfile.js,官网上也有很多范例。 1,包装函数module.exports=function(grunt){} 我们的代码要包括在这个方法里。 2,任务配置/...
分类:
Web程序 时间:
2014-12-15 18:52:50
阅读次数:
169
TimelineLite is a piece of the Greensock TweenMax library that provides the ability to create sequenced animation with very little code or setup.Key v...
分类:
Web程序 时间:
2014-12-15 18:44:28
阅读次数:
279
1,前言: 刚刚学过了 grunt的安装以及使用,grunt的作用就是让我们平常不想做的任务能够自动化完成,并且可以自己 自定义任务,那么karma是什么呢? Karma是Testcular的新名字,在2012年google开源了 Testcular,2013年改名 Karma。karma是一个.....
分类:
Web程序 时间:
2014-12-14 15:47:57
阅读次数:
210
现在正处于移动互联网蓬勃发展的时代,相信有很多同学们苦于学习前端的各种新技术。是的,要想有好的职业前景,就需要准确的把握趋势,然后潜心学习。
今天我们给大家推荐10本最新的关于前端开发的电子书,它们都是可以免费下载的高清正版PDF文档。你可能不会喜欢所有的这些书,但是你一定能找到你喜欢的那本书!
这10本书,精选自 topitbooks.com,您喜欢吗?!更多电子书下载,请直接访问:http://www.topitbooks.com/...
分类:
其他好文 时间:
2014-12-14 11:58:37
阅读次数:
177
一、关于ng-repeat的作用域学习:1、ng-repeat会在上一级作用域名中创建一个子 作用域。2、此时如果需要在子作用域中调用父作用域的变量,则可以使用$parent.variableName来调用。3、ng-repeat中调用和父作用域同名的变量,无$parent前缀则指的是调用的子作用域...
分类:
Web程序 时间:
2014-12-13 23:05:36
阅读次数:
968
Directives have dependencies too, and you can use dependency injection to provide services for your directives to use.Bad: If you want to use in anot....
分类:
Web程序 时间:
2014-12-13 21:47:19
阅读次数:
297
前言: 刚开始学 angularJS,在慕课网上看的大漠老师的视频(http://www.imooc.com/learn/156),里面刚开始讲述了前端开发-调试-测试所使用的手段和工具,本人对前端开发也是一知半解,看来大漠老师的课之后,才发现我以前开发的时候天天被一个项目给拖了很久原来是因为我没....
分类:
Web程序 时间:
2014-12-13 19:15:17
阅读次数:
221