发布于 2015-06-08 00:30:02 | 170 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Ember.JS中文指南,程序狗速度看过来!
Ember JavaScript的MVC框架
Ember.js是一个JavaScript的MVC框架,它由Apple前雇员创建的SproutCore 2.0改名进化而来
Ember是一个雄心勃勃的Web应用程序,消除了样板,并提供了一个标准的应用程序架构的JavaScript框架。
Ember v1.12.1 发布,此版本更新内容如下:
11201 [BUGFIX] Fix currentURL
test helper.
11205 [BUGFIX] Fix usage of Ember.get
with an empty string.
11252 [BUGFIX] Ensure instanceInitializers
receive an instance after App.reset()
.
11289 [BUGFIX] Ensure instanceInitializers
are ran before routing begins.
11304 [BUGFIX] Fix issue with deprecated element space helpers returning attributes with spaces.
11303 [BUGFIX] Ensure rootURL
is preserved when using AutoLocation.
下载:https://github.com/emberjs/ember.js/archive/v1.12.1.zip。
Ember.js是一个JavaScript的MVC框架,它由Apple前雇员创建的SproutCore 2.0改名进化而来