aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng
AgeCommit message (Expand)Author
2014-02-15fix(numberFilter): convert all non-finite/non-numbers/non-numeric strings to ...Sergei Z
2014-02-14fix($animate): ensure $animate doesn't break natural CSS transitionsMatias Niemelä
2014-02-14fix($compile) support templates with table content root nodesCaitlin Potter
2014-02-12fix(input): setViewValue on compositionendCaitlin Potter
2014-02-11feat(filterFilter): support deeply nested predicate objectsCaitlin Potter
2014-02-10fix($compile): ensure element transclusion directives are linked with comment...Caitlin Potter
2014-02-06fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all t...Matias Niemelä
2014-02-06fix(mocks): remove usage of $animate.flushNext in favour of queingMatias Niemelä
2014-01-31fix($q): make $q.reject support `finally` and `catch`Lucas Galfasó
2014-01-31fix($compile): retain CSS classes added in cloneAttachFn on asynchronous dire...Caitlin Potter
2014-01-31fix(filterFilter): don't interpret dots in predicate object fields as pathsIgor Minar
2014-01-22fix(a): don't preventDefault on click when SVGAElement has an xlink:href attr...Caitlin Potter
2014-01-21fix(input): use Chromium's email validation regexpCaitlin Potter
2014-01-21fix($parse): do not use locals to resolve object propertiesLucas Galfasó
2014-01-13fix($http): ensure default headers PUT and POST are different objectsHendrixer
2014-01-13fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ...Noam Lewis
2014-01-10feat(select): allow multiline ng-optionsAjay Roopakalu
2014-01-10fix($http): return responseText on IE8 for requests with responseType setIgor Minar
2014-01-09revert: fix($location): return '/' for root path in hashbang modeIgor Minar
2014-01-09fix($location): return '/' for root path in hashbang modeCaitlin Potter
2014-01-09fix($httpBackend): Allow status code 0 from any protocolRafał Jagoda
2014-01-08fix($httpBackend): cancelled JSONP requests will not print error in the consoleArtemy Tregubenko
2014-01-06chore(inputSpec): fixed typoBen Wiklund
2014-01-05refactor(filterFilter): simplify code by a ternary op instead of if-elseRoyLING
2014-01-03fix($parse): fix CSP nested property evaluation, and issue that prevented its...Brian Nenninger
2014-01-03fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-OIgor Minar
2014-01-02fix(ngShow/ngHide, ngIf): functions with zero args should be truthyBrian Ford
2014-01-02fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8Igor Minar
2014-01-02fix($location): $location.path() behaviour when $locationChangeStart is trigg...Sebastian K
2014-01-02fix($browser): remove base href domain when url begins with '//'Caitlin Potter
2014-01-02fix(ngRepeat): allow for more flexible coding style in ngRepeat expressionGias Kay Lee
2014-01-02fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...Igor Minar
2014-01-02test(rootScope): reorganize $watch deregistration specs into a describeIgor Minar
2014-01-02fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4Tobias Bosch
2013-12-31test(compileSpec): fix broken build on FFIgor Minar
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-27perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...Karl Seamon
2013-12-19fix($compile): remove invalid IE exceptional case for `href`Alexandre Potvin Latreille
2013-12-19fix($parse): return 'undefined' if a middle key's value is nullCaitlin Potter
2013-12-18fix($location): parse xlink:href for SVGAElementsCaitlin Potter
2013-12-18perf($parse) use a faster path when the number of path parts is lowKarl Seamon
2013-12-18fix(input): do not hold input for composition on androidChia-liang Kao
2013-12-18chore($sniffer): make android variable publicChia-liang Kao
2013-12-17fix(select): invalidate when 'multiple`, `required` and model is `[]`Caitlin Potter
2013-12-16fix(ngRepeat): allow multiline expressionsRhys Brett-bowen
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-13perf(a): do not link when href or name exists in templateKarl Seamon
2013-12-12fix(ngInclude): Add template to DOM before linking other directivesTobias Bosch
2013-12-12fix($compile): Allow literals in isolate scope referencesTobias Bosch
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch