aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2012-04-20docs($compile) "updateh"->"updated"johnlindquist
2012-04-20docs(ngBind): "makes make" -> "makes"johnlindquist
2012-04-15docs($resource): fix the exampleVojta Jina
2012-04-12fix($location): properly rewrite urls in html5 mode with base url setIgor Minar
2012-04-12fix(e2eRunner): $browser.location should delegate to apps $locationIgor Minar
2012-04-11test(ngView): fix failing e2e testsIgor Minar
2012-04-11docs($http): fix return typesIgor Minar
2012-04-11feat($http): expose the defaults config as $http.defaultsIgor Minar
2012-04-11fix($location): don't rewrite links to different base pathsThibault Leruitte
2012-04-11fix(input.radio): support 2-way binding in a repeaterVojta Jina
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-10docs(angular.bootstrap): fix typos and errorsIgor Minar
2012-04-09chore($browser): remove the addJs methodIgor Minar
2012-04-09chore($browser): remove the addCss methodIgor Minar