aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11style(examples): clean up dead examplesMisko Hevery
2011-10-11style(.gitignore) added IDEAMisko Hevery
2011-10-11refactor(bindings): remove the decoration of the DOM with errors.Misko Hevery
2011-10-11refactor(hover): delete hover serviceMisko Hevery
2011-10-11fix(jqlite): removeClass would clobber class namesMisko Hevery
2011-10-11feat(jqlite): added .inheritedData method and $destroy event.Misko Hevery
2011-10-11feat(jqlite): support required as a no-value attributeMisko Hevery
2011-10-11refactor(injection) infer injection args in ng:controller onlyMisko Hevery
2011-10-11style(gitignore): added xproject to ignore listMisko Hevery
2011-10-11feat(ng:repeat) collection items and DOM elements affinity / stabilityMisko Hevery
2011-10-11fix(filter): make json filter ignore private propertiesMisko Hevery
2011-10-10chore(release): prepare the 0.10.3 shattering-heartbeat iterationIgor Minar
2011-10-08chore(release): cutting the 0.10.2 sneaky-seagull releasev0.10.2Igor Minar
2011-10-08docs(changelog): release notes for 0.10.2 sneaky-seagullIgor Minar
2011-10-07fix(docs): rename doc dev_guide.templates.css to dev_guide.templates.css-stylingDhruv Manek
2011-10-07fix(parser): Fix short circuit of logical AND and OR operatorsDhruv Manek
2011-10-05feat(gdocs): better error handlingMisko Hevery
2011-10-05docs(started): fixing pluralizationdandoyon
2011-10-05fix($limitTo): properly handle excessive limitsTEHEK Firefox
2011-09-29doc($log): fix the $log service exampleIgor Minar
2011-09-28chore(directives): add a todo for ng:styleIgor Minar
2011-09-28fix(jqLite): css should convert dash-separated properties to camelCaseIgor Minar
2011-09-27test(matchers): add toBeOneOf matcherIgor Minar
2011-09-27fix($resource): action defaults should override resource defaultsMarcello Nuccio
2011-09-26fix(e2e): add index-nocache.html to run e2e tests without cacheIgor Minar
2011-09-26fix(scenario): workaround for FF6 dispatchEvent issue #684208Igor Minar
2011-09-26Revert "fix(scenario): temporary fix for FF6"Igor Minar
2011-09-26feat(docs): use html5 history api for all routing in the docs appVojta Jina
2011-09-21fix($route): fix regex escaping in route matcherIgor Minar
2011-09-16fix(angular-mocks): fix .defer.cancel when i=0Igor Minar
2011-09-16fix(e2e tests): use prop() instead of attr() and quote attributesIgor Minar
2011-09-16fix(scenarioRunner): navigateTo should use prop('contentWindow')Igor Minar
2011-09-16feat(scenarioRunner): adding support for element().prop()Igor Minar
2011-09-16fix(specs): various fixes to get IE8+jquery unit tests greenIgor Minar
2011-09-16fix(specs): fix jQuery to jqLite binding on IE8Igor Minar
2011-09-16fix(specs): jQuery now returns attr name instead of true/false for special attrsIgor Minar
2011-09-16fix($location) $location specs must unbind document listenerIgor Minar
2011-09-16fix(scenario dsl): jQuery getters must have no valueIgor Minar
2011-09-16fix(ng:options): fix selecting optionsIgor Minar
2011-09-16feat(jqLite): add prop() supportIgor Minar
2011-09-16fix(jqLite): make css() on IE8 behave the same way as jQuery 1.6.4Igor Minar
2011-09-16feat(jqLite): add support for unbind()Igor Minar
2011-09-16fix(jqLite): make attr() compatible with jQuery 1.6.4Igor Minar
2011-09-16fix(jqLiteSpec): jQuery's css() getter works only for valid rulesIgor Minar
2011-09-16fix(jqLite): attr() should not special-case 'class' attributeIgor Minar
2011-09-16feat (jquery): upgrade everything to jQuery 1.6.4Igor Minar
2011-09-16fix(angular-mocks): fix forEach -> angular.forEach in $browser.defer.cancelIgor Minar
2011-09-13style(bootstrap): fix some missing spacesDi Peng