aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-09-27fix($route): fix regex escaping in route matcherIgor Minar
2011-09-27fix($resource): action defaults should override resource defaultsMarcello Nuccio
2011-09-16fix(angular-mocks): fix .defer.cancel when i=0Igor Minar
2011-09-16fix(angular-mocks): fix forEach -> angular.forEach in $browser.defer.cancelIgor Minar
2011-09-06fix($browser.xhr): not convert 0 status to 200Vojta Jina
2011-09-02test(jsonp): fixing jsonp e2e testsIgor Minar
2011-08-21fix(ng:options): remove memory leak caused by scope.Igor Minar
2011-08-19feat($route): add reloadOnSearch route param to avoid reloadsIgor Minar
2011-08-19feat($xhr,$resource): expose response headers in callbacksKarl Seamon
2011-08-19fix($resource): properly call error callback when resource is called with two...Karl Seamon
2011-08-19doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
2011-08-19refactor(jqLite): remove jqLite show/hide supportIgor Minar
2011-08-19fix(directives): make ng:class-even/odd work with ng:classDi Peng
2011-08-18fix(bootstrap): missing var failed strict mode bootMisko Hevery
2011-08-18doc($browser): remove duplication of $browser to docsVojta Jina
2011-08-18doc($browser): hide $browser.notifyWhenNoOustandingRequest methodVojta Jina
2011-08-18refactor(widgets): remove input[button, submit, reset, image] and button wind...Di Peng
2011-08-18doc(xhr): add e2e test for JSONP error handlingDi Peng
2011-08-18feat($browser): JSONP error handlingDi Peng
2011-08-18fix($xhr.error): fix docs and add missed breaking changeVojta Jina
2011-08-18doc(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