aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
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
2013-11-14docs(NgModelController): clarify documentation of `$setViewValue`Mathis Hofer
2013-11-14docs($q): add missing closing parentheses in code examplersnapp
2013-11-14docs(ngBindHtml): fix dependency for Plunker and JSFiddle in examplePete Bacon Darwin
2013-11-13feat($parse): revert hiding "private" propertiesVojta Jina
2013-11-13fix(urlUtils): made removal of windows drive from path saferJeff Cross
2013-11-13docs($compile): Explain that post-link functions run in reverse order.Martin Field
2013-11-13docs($http): improve $http's caching documentationJulien Sanchez
2013-11-12fix(urlUtils): urlUtils doesn't return right path for file:// on winROUL
2013-11-12fix($compile): correctly handle interpolated style in replace templatesTobias Bosch
2013-11-11fix(ngIf): don't create multiple elements when changing from a truthy to anot...Tobias Bosch
2013-11-10docs($sce): ng-bind-html takes an expression `{{}}`Miško Hevery
2013-11-07feat(jqLite): expose isolateScope() getter similar to scope()Igor Minar
2013-11-07fix($compile): don't leak isolate scope state when replaced directive is used...Igor Minar
2013-11-07fix($compile): correct isolate scope distribution to controllersIgor Minar
2013-11-07fix($compile): replaced element has isolate scopeMisko Hevery
2013-11-07fix($compile): only pass isolate scope to children that belong to the isolate...Vojta Jina
2013-11-07fix($compile): make isolate scope truly isolateVojta Jina
2013-11-07docs(guide/filter): Refactor filter guide docsTobias Bosch
2013-11-06chore(docs): add -webkit-transition for ngClass exampleMatias Niemelä
2013-11-06docs(guide/overview): Refactor overview and mvc docsTobias Bosch
2013-11-06chore(docs): specify how ngClass deals with natural CSS transitionsMatias Niemelä
2013-11-06fix(ngInclude): only run anchorScroll after animation is donePete Bacon Darwin
2013-11-05chore(docs): refactor/improve new CSS transition code in examplesMatias Niemelä
2013-11-05chore($sniffer): make msie variable publicMatias Niemelä
2013-11-04docs(input): fix typoTim Graham
2013-11-04docs($http): note that default $http headers can be overriddenDmitry Kichenko
2013-11-04docs($log): add the word "safely" to clarifygranteagon
2013-11-04fix(ngModel): deregister from the form on scope not DOM destructionIgor Minar
2013-11-04fix(ngIf): destroy child scope when destroying DOMIgor Minar
2013-11-04style: remove wsIgor Minar
2013-11-04docs($parse): Fix typoJordan Klassen
2013-11-02docs($location): update paramValue description for search()Freek Wielstra
2013-10-31fix(ngEventDirectives): parse expression only once during compile phase.Tobias Bosch
2013-10-30feat($parse): secure expressions by hiding "private" propertiesChirayu Krishnappa
2013-10-30chore($compile): remove special case for ngIf and ngRepeatBrian Ford