aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-09-02docs(guide/tutorial/misc): sync with google docsIgor Minar
2011-09-01docs(ng:bind): fix example codeIgor Minar
2011-09-01fix(ng:class): make ng:class friendly towards other code adding/removing classesIgor Minar
2011-09-01fix(jqLite): addClass should ignore falsy valuesIgor Minar
2011-09-01fix(jqLite): special-case attr('class') because of IE9 bugIgor Minar
2011-09-01feat(scope): add listener deregistration fn for $watch and $onIgor Minar
2011-09-01docs(API): various api doc fixes from ToniIgor Minar
2011-08-31kill(merge): removing merge fn - dead buggy code with no specsIgor Minar
2011-08-31fix(scope): fix edge case for $digest & $broadcast scope traversalIgor Minar
2011-08-31style(docs): improve the formatting of events in docsMisko Hevery
2011-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-31bug($xhr.bulk): fix exceptions under some circumstancesMisko Hevery
2011-08-30feat(widget): add ng:pluralize as an Angular widgetDi Peng
2011-08-30feat(locale): add getPluralCat functionDi Peng
2011-08-25fix(markup): Make special attrs such as ng:href work even without bindingDi Peng
2011-08-24fix(events): fixing IE specific issuesIgor Minar
2011-08-24feat(scope): support for eventsIgor Minar
2011-08-24feat(ng:cloak): add ng:cloak directiveIgor Minar
2011-08-24fix(AngularPublic): expose missing angular public methodsDi Peng
2011-08-24doc(API): various API documentation improvementsToni Thompson
2011-08-23fix(jqlite): correct the jqLite.removeClass methodIgor Minar
2011-08-19feat($route): add reloadOnSearch route param to avoid reloadsIgor Minar
2011-08-18fix($resource): properly call error callback when resource is called with two...Karl Seamon
2011-08-16doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
2011-08-15fix(filters): fix lint warningsIgor Minar
2011-08-15refactor(jqLite): remove jqLite show/hide supportIgor Minar
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-15refactor(json): use angularString instead of angular.StringIgor Minar
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-14break(date): remove support for 'long', 'longtime' date formats and 'z' flagIgor Minar
2011-08-14refactor(date,curreny,number): inject and use $locale in filtersDi Peng
2011-08-14feat($locale): add default locale service for en-USDi Peng
2011-08-14fix(directives): make ng:class-even/odd work with ng:classDi Peng
2011-08-14refactor(scope): non-recursive $digest methodMisko Hevery
2011-08-14refactor(scope): use double-linked-list for childrenMisko Hevery
2011-08-12feat(scope): $evalAsync supportMisko Hevery
2011-08-12perf(scope): re-enable statement cacheingMisko Hevery
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-12fix(scope): rerun $digest from root, rather then per scope.Misko Hevery
2011-08-12fix(bootstrap): missing var failed strict mode bootMisko Hevery
2011-08-10doc($browser): remove duplication of $browser to docsVojta Jina
2011-08-10doc($browser): hide $browser.notifyWhenNoOustandingRequest methodVojta Jina
2011-08-06style($function): replace $function with 'function'Igor Minar
2011-08-06refactor(widgets): remove input[button, submit, reset, image] and button wind...Di Peng
2011-08-06doc(xhr): add e2e test for JSONP error handlingDi Peng
2011-08-06feat($browser): JSONP error handlingDi Peng
2011-08-02fix($xhr.error): fix docs and add missed breaking changeVojta Jina
2011-08-02refactor(angular): remove unnecessary parameter for slice functionDiPeng
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon