发布于 2016-09-13 23:32:49 | 116 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Ember.JS中文指南,程序狗速度看过来!
Ember JavaScript的MVC框架
Ember.js是一个JavaScript的MVC框架,它由Apple前雇员创建的SproutCore 2.0改名进化而来
Ember.js v2.9.0-beta.2 发布了,本次更新如下:
#14237 [BUGFIX] Ensure Engine Routes are deactivated before destruction
#14176 [BUGFIX] Ensure Controller#transitionToRoute and Route#intermediateTransitionTo work in Engines
#14244 [BUGFIX] Ensure params and hash are frozen in debug builds.
#14245 [BUGFIX] Lookup partials from the current owner when rendering an Engines templates.
#14247 [BUGFIX] Make this.getAttr
an alias for this.get
.
#14252 [BUGFIX] Don't delete moduleName from the generated template compilation options.
#14253 [BUGFIX] Prevent duplicated Ember.meta
invocations.
#14271 [BUGFIX] Ensure undefined
and null
values are not rendered as attributes or properties on initial render.
#14272 [BUGFIX] Fix issues with Transition#isActive
being falsey incorrectly.
下载地址: