angular 0.9.1 angular: ^0.9.1 copied to clipboard
Angular for dart.
v0.9.1 elemental-mimicry (2013-11-18) #
WARNING #
We reserve the right to change the APIs in v.0.9.x versions.
Bug Fixes #
- don't create watchers for <=> => and =>! attributes if attribute is not specified on the element (6ea6af8b, #265)
- ng-view does not clear template when route is deactivated (6acb2c32, #245)
Features #
v0.9.0 static-animation (2013-11-04) #
Initial beta release of AngularDart available for public testing.
WARNING #
We reserve the right to change the APIs in v.0.9.x versions.
Features #
-
Notable Directives:
input
,ng-bind
,ng-class
,ng-
events,ng-if
,ng-include
,ng-model
,ng-show\hide
,ng-switch
,ng-template
. -
Notable Services:
Compiler
,Cookies
,Http
,ExceptionHandler
,Scope
. -
Notable Filters:
currency
,date
,filter
,json
,limitTo
,number
,orderBy
Missing Features #
- Forms / Validation: has not made it into AngularDart yet.
Semantic Version Conventions #
- Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
- Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.