aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
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
2013-12-03style(Scope): remove extra wsIgor Minar
2013-12-03style(Scope): rename child scope type from Child to ChildScopeIgor Minar
2013-12-03chore($parse): micro-optimization for ensureSafeObject functionKarl Seamon
2013-11-27docs($compile): fix missing spaceStéphane Reynaud
2013-11-27docs(form): provide a list of Angular's built-in validation tokensBlaise Kal
2013-11-27docs($window): move use of $window to controllerwjtk
2013-11-26refactor($location): move file://+win path fix to $locationJeff Cross
2013-11-26fix($sanitize): Use same whitelist mechanism as $compile does.Tobias Bosch
2013-11-26chore($httpBackend): preserve original non-zero http status code for file:// ...corrupt
2013-11-26docs(compile): fix typoadam77
2013-11-22fix(input): Support form auto complete on modern browserTobias Bosch
2013-11-22chore(style): fix missing indentation in httpBackend from a3172a2Caitlin Potter
2013-11-22fix($httpBackend): only IE8 and below can't use `script.onload` for JSONPPete Bacon Darwin
2013-11-22fix($parse): allow for new lines in expr when promise unwrapping is onrodyhaddad
2013-11-21fix($compile): secure form[action] & iframe[srcdoc]Chirayu Krishnappa
2013-11-21fix(httpBackend): should not read response data when request is abortedGonzalo Ruiz de Villa
2013-11-21fix(ngInclude): Don't throw when the ngInclude element contains content with ...Tobias Bosch
2013-11-21fix($compile): ensure CSS classes are added and removed only when necessaryMatias Niemelä
2013-11-21fix(ngController): fix issue with ngInclude on the same elementAndrew Silluron-Gonzalez
2013-11-21feat(input): hold listener during text compositionChia-liang Kao
2013-11-20refactor($sce): Use $sniffer instead of $document for feature detection.Tobias Bosch
2013-11-20fix(ngClass): ensure that ngClass only adds/removes the changed classesMatias Niemelä
2013-11-20fix(ngInclude): allow ngInclude to load scripts when jQuery is includedBrian Ford
2013-11-20docs($log): the documented default log behavior was incorrectMichel Salib
2013-11-20docs(booleanAtts): explain the motivation for boolean attributesgdennie
2013-11-20docs(ngRepeat): fix typoStéphane Reynaud
2013-11-20docs(ngPluralize): Fix missing space before parenthesesStéphane Reynaud
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-14refactor($compile): move function def out of loopTobias Bosch
2013-11-14docs(ngClass): fix e2e test for examplePete Bacon Darwin
2013-11-14docs(NgModelController): document `$viewChangeListeners` propertyCaitlin Potter
2013-11-14docs(FormController): remove unnecessary parenthesisStéphane Reynaud
2013-11-14docs(ngClass): distinguish between CSS classes and scope propertiesPete Bacon Darwin