aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.js
AgeCommit message (Expand)Author
2012-01-17docs(*): various doc fixesIgor Minar
2012-01-10feat(module): new module loaderMisko Hevery
2011-12-06docs(ng:submit): update docs example to not add empty itemsVojta Jina
2011-12-06feat(form): do not prevent submission if action attribute presentVojta Jina
2011-11-30feat($interpolate): string interpolation functionMisko Hevery
2011-11-21fix(scope): $watch (and angular.equals) should support NaN valuesCodier
2011-11-14refactor(injector): removed loadModule/ng:moduleMisko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14new(directive): added ng:module directive for loading modulesMisko Hevery
2011-11-14refactor(filter): filters are now injectable and servicesMisko Hevery
2011-11-14refactor(parser): turn parser into a service (keep compatibility hack)Misko Hevery
2011-11-14refactor($service): removed almost all references to scope.$serviceMisko Hevery
2011-11-08fix(directives): make directive names case-insensitiveIgor Minar
2011-11-08feat(ng:style): compatibility + perf improvementsDhruv Manek
2011-11-08docs(ng:bind-attr): improve examplesIgor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-12refactor(ng:bind-attr): simplify impl by leveraging jqueryIgor Minar
2011-10-12fix(ng:class): ignore undefined or NaN classnamesIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11refactor(bindings): remove the decoration of the DOM with errors.Misko Hevery
2011-10-11refactor(injection) infer injection args in ng:controller onlyMisko Hevery
2011-09-28chore(directives): add a todo for ng:styleIgor Minar
2011-09-16fix(e2e tests): use prop() instead of attr() and quote attributesIgor Minar
2011-09-01docs(ng:bind): fix example codeIgor Minar
2011-09-01fix(ng:class): make ng:class friendly towards other code adding/removing classesIgor Minar
2011-09-01docs(API): various api doc fixes from ToniIgor Minar
2011-08-24feat(ng:cloak): add ng:cloak directiveIgor Minar
2011-08-24doc(API): various API documentation improvementsToni Thompson
2011-08-15refactor(jqLite): remove jqLite show/hide supportIgor Minar
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-14fix(directives): make ng:class-even/odd work with ng:classDi Peng
2011-08-12perf(scope): re-enable statement cacheingMisko Hevery
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-26fix(ng:show/ng:hide): use jqLite.show/jqLite.hideDi Peng
2011-07-19Revert "fix(ng:class): preserve classes added post compilation"Igor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18doc(misc): fixing typos in docsIgor Minar
2011-07-17refactor(docs): run e2e tests with and without jqueryDi Peng
2011-07-13fix(ng:class): preserve classes added post compilationDi Peng
2011-06-16Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to marku...Di Peng
2011-06-08Added ng:options directiveMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-06yet another docs batchIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-06Fix wrong links in source codeVojta Jina
2011-06-06fixing broken linksIgor Minar