| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-26 | fix(ngClassOdd/ngClassEven): support shrinking/reordering in repeaters | Igor Minar | |
| We need to watch $index in addition to cssClasses because only then we can correctly respond to shrinking or reordered repeaters. Closes #1076 | |||
| 2012-09-06 | fix(*): name all anonymous watch functions in Angular | Shyam Seshadri | |
| This will allow us to see function names in Batarang and debugger. Closes #1119 | |||
| 2012-09-06 | fix(ngClass): works with class interpolation | Max Martinsson | |
| Closes #1016 | |||
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-06-02 | doc(guide): clean up broken links | Misko Hevery | |
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
