aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2012-06-22fix(browser): prevent ie from getting into redirect loopMisko Hevery
2012-06-20fix($location): url rewriting if element was removedVojta Jina
2012-06-14fix($location): fix URL interception in hash-bang modeMisko Hevery
2012-06-13fix($location): correctly parse link urls in hashbang mode with prefixMisko Hevery
2012-06-12fix($defer): remove deprecated $defer serviceIgor Minar
2012-06-12fix($location): correctly parse link urls in hashbang modeMisko Hevery
2012-06-10test($location): fix tests borked during event renamingIgor Minar
2012-06-08fix($compile): correctly merge class attr for replace directivesMax Martinsson
2012-06-08fix($http): add utf-8 to default Content-Type header (post/put)Vojta Jina
2012-06-08feat($compile): simplify isolate scope bindingsMisko Hevery
2012-06-08fix(startingTag): make tag name always lowercaseIgor Minar
2012-06-08refactor($compile): always call attr.$observeMisko Hevery
2012-06-08chore($compile): clean up compiler testsMisko Hevery
2012-06-04fix($timeout): allow calling $timeout.cancel() with undefinedAli Mills
2012-06-02doc(NgModelController) add example and $render documentationMisko Hevery
2012-06-02feat($location): add $locatonChange[begin|completed] eventMisko Hevery
2012-06-02chore($location) switch to use $rootElementMisko Hevery
2012-06-02feat($rootElement): added application root elementMisko Hevery
2012-06-01feat($route): rename template -> tempalteUrl and add support for inline templ...Misko Hevery
2012-06-01chore($route): rename eventsMisko Hevery
2012-06-01feat($route): resolve local route promisesMisko Hevery
2012-06-01feat($injector): provide API for retrieving function annotationsMisko Hevery
2012-05-23fix($rootScope): TTL exception does not clear $$phaseMisko Hevery
2012-05-23feat($timeout): add $timeout service that supersedes $deferIgor Minar
2012-05-22fix(ngRepeat): expose $first, $middle and $last instead of $positionMax
2012-05-17feat(scope): add event.preventDefault() and event.defaultPreventedVojta Jina
2012-05-17refactor(scope.$emit): rename event.cancel() to event.stopPropagation()Vojta Jina
2012-05-17fix(jqLite): have same expando format as jQueryMisko Hevery
2012-05-14fix(jqLite): .data()/.bind() memory leakMisko Hevery
2012-05-14fix($sniffer): report history false on Android < 4Vojta Jina
2012-05-14fix($location): support urls with any protocolIgor Minar
2012-05-13fix($browser/$location): single quote in url causes infinite digest in FFIgor Minar
2012-05-06fix(ngSrc,ngHref): binding should set element prop as well as attrIgor Minar
2012-05-06fix(ngModel): use keydown/change events on IE9 instead of inputIgor Minar
2012-05-05fix($parse): support methods on falsy primitive typesVojta Jina
2012-05-04bug($cookie): set on app base path rather the current path.Misko Hevery
2012-05-04fix($compile): have $observe return registration functionMisko Hevery
2012-05-04feat(bootstrap): support code prettify and dropdown from bootstrapMisko Hevery
2012-05-04chore(controller): allow setting map of controllersMisko Hevery
2012-05-04fix($compile): ignore ws when checking if template has single rootIgor Minar
2012-05-03chore(testabilityPatch): print number of leaked references if anyIgor Minar
2012-05-03feat(jqLite): support data() getter and data(obj) setterIgor Minar
2012-05-03style($compile): clean up the code and normalize fn namesIgor Minar
2012-05-03chore(trace): add helper method traceIgor Minar
2012-05-03fix($compile): attach scope to the directive element when templateUrl and rep...Igor Minar
2012-05-03chore($compile): remove obsolete <<CONTENT>> transclusionIgor Minar
2012-05-03fix($compile): prevent duplicate directive controller instantiationIgor Minar
2012-05-02style($compile): rename compiler.js to compile.jsIgor Minar
2012-05-02fix(select): don't interfere with selection if not databoundIgor Minar
2012-04-27feat($parse): CSP compatibilityIgor Minar