上一页 1 ··· 453 454 455 456 457 458 459 460 461 ··· 494 下一页
摘要: TypeScript is used heavily as we build up our application, but TypeScript isn’t required. If you want to Inject a Service without using TypeScript, yo... 阅读全文
posted @ 2015-10-23 15:28 Zhentiw 阅读(386) 评论(0) 推荐(0)
摘要: When creating a service, need to inject the sercive into the bootstrap():import {bootstrap, Component, View} from "angular2/angular2";import {TodoInpu... 阅读全文
posted @ 2015-10-23 15:25 Zhentiw 阅读(260) 评论(0) 推荐(0)
摘要: http://www.bennadel.com/blog/2935-enable-animations-explicitly-for-a-performance-boost-in-angularjs.htm?utm_campaign=NG-Newsletter&utm_medium=email&ut... 阅读全文
posted @ 2015-10-20 23:08 Zhentiw 阅读(254) 评论(0) 推荐(0)
摘要: {{vm.userInfo.number}} - {{vm.userInfo.name}}'use strict';class CardTitleInformCtrl { constructor() { }}function CardTitleInformDirective() ... 阅读全文
posted @ 2015-10-20 03:02 Zhentiw 阅读(453) 评论(0) 推荐(0)
摘要: Learn how to query an Immutable.Map() using get, getIn, has, includes, find, first and last. These are powerful operators that make finding data in an... 阅读全文
posted @ 2015-10-18 19:42 Zhentiw 阅读(339) 评论(0) 推荐(0)
摘要: We will now look at five methods that modify an Immutable.Map().setupdatedeleteclearmerge//set()var map = Immutable.Map();var todo = { id: +new Date(... 阅读全文
posted @ 2015-10-18 18:16 Zhentiw 阅读(285) 评论(0) 推荐(0)
摘要: Learn how to create an Immutable.Map() through plain Javascript object construction and also via array tuples.console.clear();// Can be an objectvar m... 阅读全文
posted @ 2015-10-18 17:55 Zhentiw 阅读(372) 评论(0) 推荐(0)
摘要: Learn how Immutable.js data structures are different from native iterable Javascript data types and why they provide an excellent foundation on which ... 阅读全文
posted @ 2015-10-15 02:36 Zhentiw 阅读(204) 评论(0) 推荐(0)
摘要: gulpfile.js .jshintrc 阅读全文
posted @ 2015-10-12 01:36 Zhentiw 阅读(244) 评论(0) 推荐(0)
摘要: http://social.technet.microsoft.com/wiki/contents/articles/32300.angularjs-unit-testing-using-karma-part-1.aspxTesting ControllerTesting $httpbackendT... 阅读全文
posted @ 2015-10-12 01:08 Zhentiw 阅读(207) 评论(0) 推荐(0)
上一页 1 ··· 453 454 455 456 457 458 459 460 461 ··· 494 下一页