aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2012-05-23fix($rootScope): TTL exception does not clear $$phaseMisko Hevery
2012-05-23feat($timeout): add $timeout service that supersedes $deferIgor Minar
2012-05-22docs($filter): minor correctionsDaniel Gomes
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(angular-mocks): memory leak in jasmine's DI utilsMisko 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-08doc($rootScope): fix $digest exampleIgor Minar
2012-05-07bug(ie8 docs): docs now work on ie8Misko Hevery
2012-05-07bug(html5 navigation): broken in OperaMisko Hevery
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(scenario): make browser().location() working if ng-app on other than <html>Vojta Jina
2012-05-05fix($parse): support methods on falsy primitive typesVojta Jina
2012-05-04chore(docs): re-skin main documentationMisko Hevery
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-04chore(module): improved module prefix/suffix codeMisko Hevery
2012-05-04chore(debug): rewrite angular-bootstrap.js to use $scriptMisko Hevery
2012-05-04fix($compile): ignore ws when checking if template has single rootIgor Minar
2012-05-03style($compile): rename orig*Node to beforeTemplate*NodeIgor Minar
2012-05-03fix($compile): fix replaceWithIgor Minar
2012-05-03feat(jqLite): support data() getter and data(obj) setterIgor Minar
2012-05-03style(jqLite): clean up the codeIgor Minar
2012-05-03style($compile): clean up the code and normalize fn namesIgor 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-30docs(ngCsp): make the CSP docs publicly visibleIgor Minar
2012-04-30docs(ngSanitize): fix directive linksIgor Minar
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-20fix(events): include ie8 in extra event property resetMisko Hevery
2012-04-20fix(bootstrap): rewritten to $scriptMisko Hevery
2012-04-20fix(mouseenter): FF no longer throws exceptionsMisko Hevery
2012-04-20fix(select): properly handle empty & unknown options without ngOptionsIgor Minar
2012-04-20feat($resource): support HTTP PATCH methodsimpulton
2012-04-20chore(license): update to googleMisko Hevery
2012-04-20fix(compiler): reading comment throws error in ieMisko Hevery
2012-04-20fix(script): Incorrectly reading script text on ieMisko Hevery
2012-04-20fix(document): accidental clobbering of document.getAttributeMisko Hevery
2012-04-20docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sa...johnlindquist