aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-17perf: use faster check for $$ prefixKarl Seamon
2013-12-17fix(select): invalidate when 'multiple`, `required` and model is `[]`Caitlin Potter
2013-12-17docs(): fix jshint issuesPete Bacon Darwin
2013-12-17docs($resource): add example for a custom PUT requestunclejustin
2013-12-17docs(ngIf): remove invalid comment from CSSPete Bacon Darwin
2013-12-16fix(jqLite): support unbind self within handlerChris Chua
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-13perf($resource): use shallow copy instead of angular.copyKarl Seamon
2013-12-13perf: use call and === instead of apply and == in type check functionsKarl Seamon
2013-12-12style($injector): remove wsIgor Minar
2013-12-12perf($injector): remove invoke optimization that doesn't workBen Wiklund
2013-12-12fix(ngInclude): Add template to DOM before linking other directivesTobias Bosch
2013-12-12fix(ngView): 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-11fix(angular-mocks): use copy of mock data in $httpBackendKarl Seamon
2013-12-09style($route): make jshint happyVojta Jina
2013-12-09docs(input): remove redundant closing span tagmiknsh5
2013-12-09docs($route): clarify examples of route parametershambyiii
2013-12-09docs($q): correct typo in the 'Differences Q/$q' sectionRobin Böhm
2013-12-09docs($injector): add example on how to use the element.injectorJoscha Feth
2013-12-06revert: chore(Angular.js): Use call and === instead of apply and == in type c...Matias Niemelä
2013-12-06revert: chore($resource): Use shallow copy instead of angular.copyMatias Niemelä
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-12-05fix(isElement): return boolean value rather than `truthy` value.Caitlin Potter
2013-12-05chore(Angular.js): Use call and === instead of apply and == in type check fun...Karl Seamon
2013-12-05chore($resource): Use shallow copy instead of angular.copyKarl Seamon
2013-12-05chore(Scope): short-circuit after dirty-checking last dirty watcherKarl Seamon
2013-12-05fix($animate): ensure animations work with directives that share a transclusionMatias Niemelä
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($animate): ensure ms durations are properly roundedMatias Niemelä
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-04docs(animate.js): fix copy/paste typo in leave docsYves Richard
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
2013-12-03style(Scope): remove extra wsIgor Minar
2013-12-03style(Scope): rename child scope type from Child to ChildScopeIgor Minar
2013-12-03style(Angular.js): fix typo in commentIgor Minar
2013-12-03fix(ngSanitize): prefer textContent to innerText to avoid layout trashingMichał Gołębiowski
2013-12-03chore($parse): micro-optimization for ensureSafeObject functionKarl Seamon
2013-12-03fix(jqLite): ignore incompatible nodes on find()Hubert SABLONNIÈRE
2013-12-03fix($sanitize): don't rely on YARR regex engine executing immediatelyPete Bacon Darwin