| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-11 | test(ngView): fix failing e2e tests | Igor Minar | |
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-04-04 | feat($route): allow chaining of whens and otherwise | Igor Minar | |
| Previously one had to write: $routeProvider.when('/foo', {...}); $routeProvider.when('/bar', {...}); $routeProvider.otherwise({...}); After this change it's just: $routeProvider. when('/foo', {...}). when('/bar', {...}). otherwise({...}); Breaks #when which used to return the route definition object but now returns self. Returning the route definition object is not very useful so its likely that nobody ever used it. | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
