aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-02-14feat(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefaultLucas Galfasó
2013-02-14fix($httpBackend): patch for Firefox bug w/ CORS and response headersWill Moore
2013-02-14fix(a): workaround IE bug affecting mailto urlsIgor Minar
2013-02-14fix($http): do not encode special characters `@$:,` in paramsVojta Jina
2013-02-14fix($resource): params should expand array values properlyMark Nadig
2013-02-14feat(scope): only evaluate constant $watch expressions onceDaniel Luz
2013-02-14feat($parse): added `constant` and `literal` propertiesDaniel Luz
2013-02-14fix($rootScope): minor typo fixesDaniel Luz
2013-02-14feat(noConflict): restore previous angular namespace referenceJames Morrin
2013-02-14fix(resource): Update RegExp to allow urlParams with out leading slashFredrik Bonander
2013-02-14fix(compiler): Allow startingTag method to handle text / comment nodesShyam Seshadri
2013-02-14feat(filter): Add comparison function to filterRosina Bignall
2013-02-14fix(numberFilter): fix formatting when "0" passed as fractionSizeKury Kruitbosch
2013-02-11feat($resource): expose promise based api via $then and $resolvedIgor Minar
2013-02-11chore(matchers): fix hasBeenCalledOnceWith matcherIgor Minar
2013-02-11test(angular.copy): add tests for scenarios when target is missingIgor Minar
2013-02-11fix(angular.forEach): correctly iterate over objects with length propIgor Minar
2013-02-07fix(scenario): include error messages in XML outputJulie
2013-02-07fix($compile): rename $compileNote to compileNodeEnrique Paredes
2013-02-07fix($cookies): set cookies on Safari&IE when base[href] is undefinedFredrik Bonander
2013-02-07feat(dateFilter): add `[.,]sss` formatter for millisecondsMaxim Grach
2013-02-07feat($http): allow overriding the XSRF header and cookie nameSam McCall
2013-02-07fix(date): invert timezone sign and always display signPhilip Roberts
2013-01-30feat(Scope): expose transcluded and isolate scope info for batarangBrian Ford
2013-01-29test(ngBindHtml): prevent variable name leakmetaweta
2013-01-23feat(resource): add $q/$resorved property to ResourcePartap Davis
2013-01-22revert: fix($resource): Route constructor, updated RegExpIgor Minar
2013-01-22fix(angular.equals): relax the comparison for undefined propertiesIgor Minar
2013-01-18fix($resource): Route constructor, updated RegExpFredrik Bonander
2013-01-18feat(scenario): add mouseover method to the ngScenario dslPedro Del Gallego
2013-01-18feat(route): Allow using functions as template params in 'when'Luis Ramón López
2013-01-18feat(directive): added ng-open boolean directiveDavid Chang
2013-01-18fix(ngResource): correct leading slash removal.pavelgj
2013-01-18fix(ngSwitch): don't leak when destroyed while not attacheddanilsomsikov
2013-01-17feat(ngResource): support all $http.config actionsMisko Hevery
2013-01-17feat($parse): allow strict equality in angular expressionsJeremy Tymes
2013-01-17fix(angular.equals): consistently compare undefined object propsIgor Minar
2013-01-17feat($log): add $log.debug()nlaplante
2013-01-17fix($compile): do not wrap empty root text nodes in spansPete Bacon Darwin
2013-01-17fix(ngRepeat): correctly apply $last if repeating over objectPete Bacon Darwin
2013-01-16fix(scenario): don't trigger input events on IE9Igor Minar
2013-01-16fix($route): support route params not separated with slashes.Martin Probst
2013-01-14fix($compile): safely create transclude comment nodesIgor Minar
2013-01-09feat($compile): support modifying the DOM structure in postlink fnMartin Probst
2013-01-09fix(date): parse string input as local time unless TZ is specifiedIgor Minar
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2013-01-08fix(jqLite): make next() ignore non-element nodesKeyamoon
2013-01-08refactor($browser): remove faulty 20+ cookies warningIgor Minar
2012-12-20feat($timeout-mock): add verifyNoPendingTasks methodpetrovalex
2012-12-19feat(limitTo): limitTo filter accepts stringsJeremy Tymes