aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
2014-01-02fix(httpBackend): fix 'type mismatch' error on IE8 after each requestIgor Minar
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-02style($browser): remove ws, fix typoIgor Minar
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-02docs($compile): fix typoDavid Burrows
2014-01-02fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...Igor Minar
2014-01-02fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4Tobias Bosch
2013-12-31fix(input): use apply on change event only when one isn't already in progressIgor Minar
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-30fix($location): re-assign history after BFCache back on Android browserkimwz
2013-12-27perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...Karl Seamon
2013-12-20style($http): fix a semi-colonsanfords
2013-12-19feat(ngAnimate): provide configuration support to match specific className va...Matias Niemelä
2013-12-19docs($interval): remind the developer to destroy their intervalsJosh Kurz
2013-12-19docs(ngCloak): style name is ng-cloak, not ngCloaksnicolai
2013-12-19docs(booleanAttrs): add @priority to all the boolean directivesMark Jones
2013-12-19docs(ngEventDirs): adding quick examples for new eventsJames Watling
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($log): should work in IE8Tobias Bosch
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-18perf(compile): add class 'ng-scope' before cloning and other micro-optimizationsKarl Seamon
2013-12-18docs(ngInit): fix typoJason Farnsworth
2013-12-18docs($compile): fix param name and improve example variable nameKindy Lin
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-17docs(bootstrap-prettify): fix $timeout issues and update related docsPete Bacon Darwin
2013-12-17fix(select): invalidate when 'multiple`, `required` and model is `[]`Caitlin Potter
2013-12-17docs(ngIf): remove invalid comment from CSSPete Bacon Darwin
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-12docs(ngSwitch): clarify that ngSwitch matches against string literalsPete Bacon Darwin
2013-12-12docs(ng.$rootScope.Scope): fix API linksVlad GURDIGA
2013-12-09docs(input): remove redundant closing span tagmiknsh5
2013-12-09docs($q): correct typo in the 'Differences Q/$q' sectionRobin Böhm
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-12-05chore(Scope): short-circuit after dirty-checking last dirty watcherKarl Seamon
2013-12-04fix(ngInit): evaluate ngInit before ngIncludeCaitlin Potter
2013-12-04fix(input): ensure ngModelWatch() triggers second digest pass when appropriateDaniel Tabuenca
2013-12-04fix($rootScope): broadcast $destroy event on $rootScopeJeff Cross
2013-12-04docs($interpolate): demonstrate a filter in the interpolated expressionSorin Gitlan
2013-12-04docs(input): remove deprecated isolated scope pitfallJulien Bouquillon
2013-12-04fix($rootScope): clear phase if an exception is raised by a watcherThomas Guillory
2013-12-04fix($compile): ensure isolated local watches' lastValue is always in syncDaniel Tabuenca