aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2011-07-29doc(date filter): fix dashes in api docsIgor Minar
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-27test(filter.date): fix e2e test to pass on different time zonesVojta 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-26chore(jqlite): clean up dead codeMisko Hevery
2011-07-26doc(ng:view): fix broken template links in docs; add scenario test.Misko Hevery
2011-07-22chore(license): update license headers + add version numIgor Minar
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-19doc(.defer.cancel): temporarily disable the docIgor Minar
2011-07-18feat($browser.$defer.cancel): support canceling defered tasksIgor Minar
2011-07-18fix($browser.setUrl): make browser.setUrl more efficientIgor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18feat(strict mode): turn on ECMAScript 5 strict modeIgor Minar
2011-07-18fix(strict mode): fix all issues discovered by strict mode and unit/e2e testsIgor Minar
2011-07-18doc(angular.annotate): properly disable doc snippet to avoid compiler warningsIgor Minar
2011-07-18doc(misc): fixing typos in docsIgor Minar
2011-07-18refactor($browser): hide startPoll and poll methodsDiPeng
2011-07-17refactor(docs): run e2e tests with and without jqueryDi Peng