AngularJS 1.3.0-RC.0のダウンロード
ダウンロード:
提供元サイトからダウンロード
更新内容:
- $animate:
- $browser: detect changes to the browser url that happened in sync (3be00df4,#6976)
- $compile: use the correct namespace for transcluded svg elements (cb73a37c,#8808, #8816)
- $location: always resolve relative links in html5mode to
<base>
url (22948807,#8492,#8172) - $parse: properly handle dots at the end of identifiers (8ac90357,#4613, #4912, #8559)
- Angular: remove duplicate nodeName_ references (a4520a74)
- currencyFilter: pass through null and undefined values (c2aaddbe,#8605)
- docs: don’t throw exception on the 404 page (550ba01b,#8518)
- input:
- ngBindHtml: throw error if interpolation is used in expression (cd21602d,#8824)
- ngEventDirs: execute
blur
andfocus
expression usingscope.$evalAsync
(719c747c,#4979, #5945, #8803, #6910, #5402)