aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2011-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-30style(tests): correct indentationMisko Hevery
2011-08-30feat(widget): add ng:pluralize as an Angular widgetDi Peng
2011-08-30feat(locale): add getPluralCat functionDi Peng
2011-08-29fix(test): improve $cookie service test to work with Safari 5.1Igor Minar
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-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-18feat(test): toHaveBeenCalledOnce jasmine matcherVojta Jina
2011-08-15refactor(jqLite): remove jqLite show/hide supportIgor Minar
2011-08-15style(*): remove extra semicolonsIgor 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-12feat(scope): $evalAsync supportMisko 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-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-06feat($browser): JSONP error handlingDi Peng
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-27feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resourceKarl Seamon
2011-07-27style(): fix couple of missing semi-colonsVojta Jina
2011-07-26fix(ng:show/ng:hide): use jqLite.show/jqLite.hideDi Peng
2011-07-26feat(number/currency filter): format numbers and currency using patternDi Peng
2011-07-26style(ng:options): fix style and some docsIgor Minar
2011-07-26fix(ng:options): add support for option groupsMisko Hevery
2011-07-26fix(directive): ng:options to support ng:changeMisko Hevery
2011-07-26fix(directive): ng:options to support iterating over objectsMisko Hevery
2011-07-26fix(directive): ng:options incorrectly re-grew options on datasource changeMisko Hevery
2011-07-26fix(directive): ng:options now support binding to expressionMisko Hevery
2011-07-26style(warnings): prevent the browser from making bogus GET requests during testsMisko Hevery
2011-07-26style(warnings): added missing semi colonsMisko Hevery
2011-07-22feat(angular.version): add angular.versionDi Peng
2011-07-20feat(filter.date): add support for default datetime formats in enDi Peng
2011-07-20feat(TzDate): add mock "toString" method to TzDate.Di Peng
2011-07-19Revert "fix(ng:class): preserve classes added post compilation"Igor Minar
2011-07-18feat($browser.$defer.cancel): support canceling defered tasksIgor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18fix(strict mode): fix all issues discovered by strict mode and unit/e2e testsIgor Minar
2011-07-18refactor($browser): hide startPoll and poll methodsDiPeng
2011-07-17style(jqLiteSpec): add spaceDi Peng
2011-07-17feat(jqlite): added show(),hide() and eq() methods to jqliteDi Peng