aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
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
2013-10-30chore: move getBlockElements to Angular.jsBrian Ford
2013-10-30fix(ngIf): ngIf removes elements dynamically added to itBrian Ford
2013-10-28fix($compile): don't instantiate controllers twice for element transclude dir...Igor Minar
2013-10-27docs(form): fix typoYuriy Bilogub
2013-10-26docs($location): document $location's eventsValentyn Shybanov
2013-10-26docs($q): promises are no longer automatically unwrapped, by defaultrjferguson21
2013-10-26docs(http): add missing brace in the 2nd interceptors examplemgechev
2013-10-26docs(ngForm): ensure correct attribute name in usage exampleDavid Bennett
2013-10-25docs($rootScope): added $eval `locals` parameter documentationCaio Cunha
2013-10-25fix($compile): attribute bindings should not break due to terminal directivesIgor Minar
2013-10-25docs(compile): fix typo in 'Attributes' descriptionBrainCrumbz
2013-10-25docs(ngIf): fix typoBalázs Suhajda
2013-10-24docs(ngClass): fix typoSam Dornan
2013-10-24docs(rootScope): add example of using a listener function for $watchWesley Cho
2013-10-24docs(ngModelController): $parent can help isolate scope directivesbasarat
2013-10-24docs(select): fix typowiebl
2013-10-24docs(ngBindHtml): add exampleNicolas Brugneaux