| Age | Commit message (Expand) | Author |
| 2012-03-11 | doc(fixes): to better support ng-directive notation | Misko Hevery |
| 2012-03-08 | chore(directives,widgets): reorg the code under directive/ dir | Igor Minar |
| 2012-03-08 | docs(directive, module): add various missing docs and fix existing docs | Igor Minar |
| 2012-03-08 | docs(ng-view): improve the ng-view docs | Igor Minar |
| 2012-03-08 | chore(compiler): change default restriction to attribute only for directives | Misko Hevery |
| 2012-03-05 | docs($route, ng:view): Fix the examples to work on jsfiddle, update docs | Vojta Jina |
| 2012-03-05 | fix(ng-include): Compile only content | Vojta Jina |
| 2012-02-28 | feat(ng:include) Fire $contentLoaded event | Vojta Jina |
| 2012-02-28 | refactor(ng:view) Make $route scope agnostic, add $contentLoaded event | Vojta Jina |
| 2012-02-28 | refactor($route): remove .parent(); ng:view scope creation | Misko Hevery |
| 2012-02-28 | chore(ng:view): simplify, by taking advantage of new compiler features | Misko Hevery |
| 2012-02-28 | docs(directive.script): Subtle update to API docs | Vojta Jina |
| 2012-02-28 | docs(directive.script): Add simple example of inlined template | Vojta Jina |
| 2012-02-28 | fix(directive.script): Do not compile content of script tags | Vojta Jina |
| 2012-02-22 | docs(scope): show which directives create scopes | Misko Hevery |
| 2012-02-21 | fix(ng:repeat): use transclusion | Misko Hevery |
| 2012-02-21 | chore(ng:switch): rewritten with transclusion API | Misko Hevery |
| 2012-02-21 | feat($compile) add locals, isolate scope, transclusion | Misko Hevery |
| 2012-01-25 | docs(compiler): update the compiler docs | Misko Hevery |
| 2012-01-25 | feat(scriptTemplateLoader): provide template inlining | Misko Hevery |
| 2012-01-25 | refactor(directives): connect new compiler | Misko Hevery |
| 2012-01-23 | refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol... | Vojta Jina |
| 2012-01-23 | refactor(scope): separate controller from scope | Vojta Jina |
| 2012-01-13 | refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrol... | Vojta Jina |
| 2012-01-07 | feat(ng:include): enable/disable scrolling through autoscroll attribute | Vojta Jina |
| 2011-11-30 | fix(ng:include): prevent race conditions by ignoring stale http callbacks | Igor Minar |
| 2011-11-30 | feat($http): add promise support | Igor Minar |
| 2011-11-30 | refactor(ng:view, ng:include): pass cache instance into $http | Vojta Jina |
| 2011-11-30 | style(): get rid off some jsl warnings | Vojta Jina |
| 2011-11-30 | feat($templateCache): add $templateCache - shared by ng:include, ng:view | Vojta Jina |
| 2011-11-30 | feat($http): new $http service, removing $xhr.* | Vojta Jina |
| 2011-11-21 | feat(service.$autoScroll): scroll to hash fragment | Vojta Jina |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery |
| 2011-11-14 | refactor(injector): switch to injector 2.0 introduce modules | Misko Hevery |
| 2011-10-26 | fix(ng:repeat) with array ignore properties not representing array elements | Igor Minar |
| 2011-10-26 | fix(ng:view): ignore stale xhr callbacks | Igor Minar |
| 2011-10-18 | fix(ng:repeat): repeater should ignore $ and $$ properties | Igor Minar |
| 2011-10-12 | docs(dev_guide.bootstrap.auto_bootstrap): fixing a typo | Igor Minar |
| 2011-10-12 | docs(*): remove @workInProgress from everywhere | Igor Minar |
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery |
| 2011-10-11 | feat(ng:repeat) collection items and DOM elements affinity / stability | Misko Hevery |
| 2011-09-26 | feat(docs): use html5 history api for all routing in the docs app | Vojta Jina |
| 2011-09-16 | fix(e2e tests): use prop() instead of attr() and quote attributes | Igor Minar |
| 2011-09-16 | fix(ng:options): fix selecting options | Igor Minar |
| 2011-09-08 | fix(docs): update docs to reflect new $location and fix e2e tests | Vojta Jina |
| 2011-09-07 | fix(ng:options): ng:change should be called after the new val is set | Igor Minar |
| 2011-08-31 | feat($route): add events before/after route change | Misko Hevery |
| 2011-08-30 | feat(widget): add ng:pluralize as an Angular widget | Di Peng |