Angular.Js v1.6.2 發布,JavaScript MV*框架
AngularJS是一款開源的JavaScript MV*(MVW、MVVM、MVC)框架,目前由Google維護。AngularJS彌補了HTML在構建應用方面的不足,其通過使用標識符(directives)結構,來擴展Web應用中的HTML詞匯,使開發者可以使用HTML來聲明動態內容,從而使得Web開發和測試工作變得更加容易。AngularJS最初由Mi?ko Hevery和Adam Abrons于2009年開發,后來成為了Google公司的項目。
更新日志
Bug 修復
- $compile:
- $location: correctly handle external URL change during
$digest
(b60761, #11075, #12571, #15556, #15561) - $browser: detect external changes in
history.state
(fa50fb) - $resource:
- $animate: correctly animate transcluded clones with
templateUrl
(f01212, #15510, #15514) - $route: make asynchronous tasks count as pending requests (eb968c, #14159)
- $parse: make sure ES6 object computed properties are watched (5e418b, #15678)
- $sniffer: allow
history
for NW.js apps (4a593d, #15474, #15633) - input: fix
step
validation forinput[type=number/range]
(c95a67, #15504, #15506) - select: keep
ngModel
when selected option is recreated byngRepeat
(131af8, #15630, #15632) - ngValue: correctly update the
value
property whenvalue
is undefined (05aab6 #15603, #15605) - angularInit: allow auto-bootstraping from inline script (bb464d, #15567, #15571)
- ngMockE2E: ensure that mocked
$httpBackend
uses correct$browser
(bd63b2, #15593)
新功能
- ngModel: add
$overrideModelOptions
support (2546c2, #15415) - $parse: allow watching array/object literals with non-primitive values (25f008, #15301)
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/54dad1b0
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!