aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-11-21fix(ngController): fix issue with ngInclude on the same elementAndrew Silluron-Gonzalez
2013-11-21fix($resource): Always return a resource instance when calling class methods ...Tobias Bosch
2013-11-21feat(input): hold listener during text compositionChia-liang Kao
2013-11-20fix(ngAnimate): use a fallback CSS property that doesn't break existing stylesMatias Niemelä
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($animate): ensure the DOM operation isn't run twiceMatias 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(ngAnimate): fixed two small typosJarrett Harris
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-20docs(api): example for $provide.value() uses $provide.value()jbnizet
2013-11-20docs(ngRoute): make it easier to find the examplePete Bacon Darwin
2013-11-19docs($animate): update the docs explaining enable/disable for specific elementsMatias Niemelä
2013-11-18docs(ngApp): improve description and examplePete Bacon Darwin
2013-11-14docs(ngResource): removed buzz client exampleJeff Cross
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-14fix(loader): don't rely on internal APIsVojta Jina
2013-11-14fix(minErr): remove references to internals APIsVojta Jina
2013-11-14chore(mocks): Remove reference to flushNextJames deBoer
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(resource): fix grammatical issuemkolodny
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-11fix($resource): don't use $parse for @dotted.memberChirayu Krishnappa
2013-11-10docs($sce): ng-bind-html takes an expression `{{}}`Miško Hevery
2013-11-08fix(ngScenario): correctly disable animations for end 2 end testsPete Bacon Darwin
2013-11-08fix($animate): don't force animations to be enabledIgor Minar
2013-11-08refactor($animate): speed up animationsDisabled checkIgor Minar
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