| Age | Commit message (Expand) | Author |
| 2011-08-31 | kill(merge): removing merge fn - dead buggy code with no specs | Igor Minar |
| 2011-08-31 | fix(scope): fix edge case for $digest & $broadcast scope traversal | Igor Minar |
| 2011-08-31 | style(docs): improve the formatting of events in docs | Misko Hevery |
| 2011-08-31 | feat($route): add events before/after route change | Misko Hevery |
| 2011-08-31 | bug($xhr.bulk): fix exceptions under some circumstances | Misko Hevery |
| 2011-08-30 | feat(widget): add ng:pluralize as an Angular widget | Di Peng |
| 2011-08-30 | feat(locale): add getPluralCat function | Di Peng |
| 2011-08-25 | fix(markup): Make special attrs such as ng:href work even without binding | Di Peng |
| 2011-08-24 | fix(events): fixing IE specific issues | Igor Minar |
| 2011-08-24 | feat(scope): support for events | Igor Minar |
| 2011-08-24 | feat(ng:cloak): add ng:cloak directive | Igor Minar |
| 2011-08-24 | fix(AngularPublic): expose missing angular public methods | Di Peng |
| 2011-08-24 | doc(API): various API documentation improvements | Toni Thompson |
| 2011-08-23 | fix(jqlite): correct the jqLite.removeClass method | Igor Minar |
| 2011-08-19 | feat($route): add reloadOnSearch route param to avoid reloads | Igor Minar |
| 2011-08-18 | fix($resource): properly call error callback when resource is called with two... | Karl Seamon |
| 2011-08-16 | doc(sample): Add javascript sandbox integration (jsFiddle) | dandoyon |
| 2011-08-15 | fix(filters): fix lint warnings | Igor Minar |
| 2011-08-15 | refactor(jqLite): remove jqLite show/hide support | Igor Minar |
| 2011-08-15 | style(*): remove extra semicolons | Igor Minar |
| 2011-08-15 | refactor(json): use angularString instead of angular.String | Igor Minar |
| 2011-08-15 | style(*): wrap all assignments in if statements | Igor Minar |
| 2011-08-14 | break(date): remove support for 'long', 'longtime' date formats and 'z' flag | Igor Minar |
| 2011-08-14 | refactor(date,curreny,number): inject and use $locale in filters | Di Peng |
| 2011-08-14 | feat($locale): add default locale service for en-US | Di Peng |
| 2011-08-14 | fix(directives): make ng:class-even/odd work with ng:class | Di Peng |
| 2011-08-14 | refactor(scope): non-recursive $digest method | Misko Hevery |
| 2011-08-14 | refactor(scope): use double-linked-list for children | Misko Hevery |
| 2011-08-12 | feat(scope): $evalAsync support | Misko Hevery |
| 2011-08-12 | perf(scope): re-enable statement cacheing | Misko Hevery |
| 2011-08-12 | refactor(scope): remove $flush/$observe ng:eval/ng:eval-order | Misko Hevery |
| 2011-08-12 | fix(scope): rerun $digest from root, rather then per scope. | Misko Hevery |
| 2011-08-12 | fix(bootstrap): missing var failed strict mode boot | Misko Hevery |
| 2011-08-10 | doc($browser): remove duplication of $browser to docs | Vojta Jina |
| 2011-08-10 | doc($browser): hide $browser.notifyWhenNoOustandingRequest method | Vojta Jina |
| 2011-08-06 | style($function): replace $function with 'function' | Igor Minar |
| 2011-08-06 | refactor(widgets): remove input[button, submit, reset, image] and button wind... | Di Peng |
| 2011-08-06 | doc(xhr): add e2e test for JSONP error handling | Di Peng |
| 2011-08-06 | feat($browser): JSONP error handling | Di Peng |
| 2011-08-02 | fix($xhr.error): fix docs and add missed breaking change | Vojta Jina |
| 2011-08-02 | refactor(angular): remove unnecessary parameter for slice function | DiPeng |
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery |
| 2011-07-30 | doc(typos): fix couple of typos in the docs | dandoyon |
| 2011-07-29 | doc(date filter): fix dashes in api docs | Igor Minar |
| 2011-07-27 | feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource | Karl Seamon |
| 2011-07-27 | style(): fix couple of missing semi-colons | Vojta Jina |
| 2011-07-27 | test(filter.date): fix e2e test to pass on different time zones | Vojta Jina |
| 2011-07-26 | fix(ng:show/ng:hide): use jqLite.show/jqLite.hide | Di Peng |
| 2011-07-26 | feat(number/currency filter): format numbers and currency using pattern | Di Peng |
| 2011-07-26 | style(ng:options): fix style and some docs | Igor Minar |