aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2011-10-26fix(ng:view): ignore stale xhr callbacksIgor Minar
2011-10-26test(ng:view): spec cleanupIgor Minar
2011-10-22fix(defer.cancel): should return false instead of undefinedIgor Minar
2011-10-22feat($defer): add $defer.cancelIgor Minar
2011-10-22fix($location): rewrite links with nested elementsVojta Jina
2011-10-20feat(filter.date): use mediumDate as defaultIgor Minar
2011-10-20fix(date filter): default to fullDate formatIgor Minar
2011-10-20fix(compiler): revert 8611ebe6 - calling \$digest after linkingIgor Minar
2011-10-20fix(radio): allows data-binding on value property. Closes#316Misko Hevery
2011-10-19fix(ng:options): compile null/blank option tagTEHEK Firefox
2011-10-19fix(ng:pattern): correctly parse out inlined regexpIgor Minar
2011-10-19feat(input): add ng:minlength and ng:maxlength validationKonstantin Stepanov
2011-10-19fix(input): recognize 'password' as an html input typeKonstantin Stepanov
2011-10-18fix(ng:repeat): repeater should ignore $ and $$ propertiesIgor Minar
2011-10-18fix(ng:options): select correct element when '?'-option was previously selectedTEHEK Firefox
2011-10-13fix(checkbox): prefix true-value & false-value with ng:Igor Minar
2011-10-13fix($location): do not rewrite link when meta key pressedVojta Jina
2011-10-12fix(forms): broken tests on jQuery and ie8&9Misko Hevery
2011-10-12fix(compiler): linking function should call $digestIgor Minar
2011-10-12fix(jqLite): attr for boolean attribute should lowercase valueIgor Minar
2011-10-12test(checkbox): add test for ng:changeIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko 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-11refactor(injection) infer injection args in ng:controller onlyMisko 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-07fix(parser): Fix short circuit of logical AND and OR operatorsDhruv Manek
2011-10-05fix($limitTo): properly handle excessive limitsTEHEK Firefox
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-21fix($route): fix regex escaping in route matcherIgor 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-16feat(jqLite): add prop() supportIgor Minar
2011-09-16feat(jqLite): add support for unbind()Igor 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-08style: fix some missing semi-colons and spaces, typosVojta Jina
2011-09-08fix(scenario): do not navigate if click event was cancelledVojta Jina
2011-09-08fix($route): update $route to reflect $location changesVojta Jina
2011-09-08feat($location): $location service with html5 history api supportVojta Jina