aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-05-14chore(release): cutting 1.0.0rc9 eggplant-teleportationv1.0.0rc9Igor Minar
2012-05-14docs(changelog): release notes for 1.0.0rc9 eggplant-teleportationIgor Minar
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-07chore(release): starting 1.0.0rc9 eggplant-teleportation interationIgor Minar
2012-05-07chore(release): cutting the 1.0.0rc8 blooming-touch releasev1.0.0rc8Igor Minar
2012-05-07docs(changelog): release notes for 1.0.0rc8 blooming-touchIgor 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(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-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(jqLite): clean up the codeIgor 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-05-02chore(release): starting the 1.0.0rc8 blooming-touch iterationIgor Minar
2012-04-30chore(release): cut 1.0.0rc7 rc-generation releasev1.0.0rc7Igor Minar
2012-04-30docs(changelog): release notes for 1.0.0rc7 rc-generationIgor Minar
2012-04-30docs(ngCsp): make the CSP docs publicly visibleIgor Minar
2012-04-30docs(ngSanitize): fix directive linksIgor Minar
2012-04-30docs(tutorial): update all the remaining stepsIgor Minar
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-27chore(server.js): Add CSP supportIgor Minar
2012-04-23chore(check-size): add a script to check gziped sizeIgor Minar
2012-04-23chore(release): start 1.0.0rc7 rc-generation iterationIgor Minar
2012-04-21docs(directive): fix transclusion examplesVojta Jina
2012-04-20fix(events): include ie8 in extra event property resetMisko Hevery
2012-04-20fix(bootstrap): rewritten to $scriptMisko Hevery