aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
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
2013-10-24fix($compile): instantiate controlers when re-entering compilationIgor Minar
2013-10-24docs(ngNonBindable): fix punctuationDave Peticolas
2013-10-24docs(ngController): do not attach a controller twiceTyler McGinnis
2013-10-24fix(input): keep track of min/max attars on-the-flyDmitry Shirokov
2013-10-23docs(guide/directive,guide/compiler,): drastically improveBrian Ford
2013-10-22style: make jshint happyVojta Jina
2013-10-22fix: don't inline css in csp mode.tigbro
2013-10-21docs(ngCsp): pretty-format docsIgor Minar
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-18docs: correct broken linksVojta Jina
2013-10-15docs($rootScope): better document infinite digest and ttlIgor Minar
2013-10-15fix($parse): check function call context to be safeChirayu Krishnappa
2013-10-14docs: add missing priority documentation for structural directivesIgor Minar
2013-10-14docs(ngInit): fix typoTyler McGinnis
2013-10-14docs(ngNonBindable): improve descriptionPete Bacon Darwin
2013-10-14docs(booleanAttrs): improve grammar and clarityDave Peticolas
2013-10-11fix($compile): abort compilation when duplicate element transclusionIgor Minar
2013-10-11fix(directives): correct priority of structural directivesIgor Minar
2013-10-11fix($compile): make order directives w/ same priority deterministicIgor Minar
2013-10-11style: strip white space from filesIgor Minar
2013-10-11chore($compile): remove dead codeIgor Minar
2013-10-11docs(ngAnimate): fix typosHack Reactor Students
2013-10-10docs(ngInit): add note on best practicesBrian Ford
2013-10-10refactor(location): $location now uses urlUtils, not RegExJeff Cross
2013-10-09feat(ngRepeat): use block separator commentsjankuca
2013-10-09revert: fix($parse): handle promises returned from parsed function callsIgor Minar
2013-10-09fix($parse): deprecate promise unwrapping and make it an opt-inIgor Minar
2013-10-09docs($anchorScroll): fix example controller and styleBen Lesh
2013-10-09docs($log): explain how to configure debug loggingHenry Hazan
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-10-07feat($interval): add a service wrapping setIntervalJulie
2013-10-07revert: refactor($parse): only instantiate lex/parse onceIgor Minar
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin