<!DOCTYPE?html>
<html>
<head>
<meta?charset="UTF-8">
<title>angular.js</title>
<script?type="text/javascript"?src="./js/script.js"></script>
<!--<script?type="text/javascript"?src="./js/a...
分类:
Web程序 时间:
2014-11-10 12:14:53
阅读次数:
554
一:DOM与浏览器:重排:改变页面的内容。重绘:浏览器显示的内容。添加顺序:尽量在appendchild之前。合并DOM操作-利用csstext,缓存布局信息文档碎片。二 DOM 与事件:事件委托。三 DOM 与前端模板能更好的对逻辑和视图进行分离,mvc架构基础(angular.js)
分类:
其他好文 时间:
2014-10-29 19:16:53
阅读次数:
127
https://github.com/angular/angular.js/wikihttps://github.com/angular/angular.js/http://www.youtube.com/user/angularjs/Writing AngularJS Documentation
分类:
Web程序 时间:
2014-10-28 17:02:53
阅读次数:
190
Bootstrap -- How tomanually initialize AngularHow to run function in angular controller on document ready?Angular.js - how to execute function on page...
分类:
其他好文 时间:
2014-10-19 22:56:59
阅读次数:
261
原文:ExtJS vs AngularJSExtJS和AngularJS是两个行业内率先的富界面开发框架。TechFerry有机会使用Ext JS和Angular JS来开发多个富界面的单页面应用程序。本文讲述的就是使用这两种技术来开发多个应用程序后的开发体验。本文环绕利弊、架构、測试、移动能力、性...
分类:
Web程序 时间:
2014-10-17 13:34:24
阅读次数:
362
这是"AngularJS-七步从菜鸟到专家"系列的第三篇。在第一篇,我们展示了如何开始搭建一个AngularaJS应用。第二篇我们讨论了scope和$scope的功能。通过这整个系列的教程,我们会开发一个NPR(美国全国公共广播电台)广播的音频播放器,它能显示MorningEdition节目里现在播...
分类:
Web程序 时间:
2014-09-25 15:22:39
阅读次数:
310
这一篇包含了"AngularJS-七步从菜鸟到专家"系列的第四篇(指令)和第五篇(表达式)。之前的几篇展示了我们应用的核心组件,以及如何设置搭建一个Angular.js应用。在这一部分,我们会厘清一些术语,然后深入探讨很多Angular.js提供的核心功能。通过这整个系列的教程,我们会开发一个NPR...
分类:
Web程序 时间:
2014-09-25 14:03:29
阅读次数:
186
一,指令的创建/*--Js code--*/var app = angular.module("superhero",[]);app.directive("superman",function(){return { restrict: "E", template: " Here I am to...
分类:
Web程序 时间:
2014-09-23 16:18:54
阅读次数:
223
使用factory创建服务 Shop! {{item.title}} {{item.description}} {{item.price | currency}} JSvar sho...
分类:
Web程序 时间:
2014-09-17 00:54:41
阅读次数:
342
npm install -g karma npm install –g karma-cli Install the plugins (optional) # Install plugins that your project needs: npm install karma-jasmine karm...
分类:
移动开发 时间:
2014-09-02 00:12:13
阅读次数:
257