aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.js
AgeCommit message (Expand)Author
2012-03-08chore(directives,widgets): reorg the code under directive/ dirIgor Minar
2012-03-08fix(ng-cloak): work with classMisko Hevery
2012-03-08docs(directive, module): add various missing docs and fix existing docsIgor Minar
2012-03-08chore(compiler): change default restriction to attribute only for directivesMisko Hevery
2012-02-28feat(ng:include) Fire $contentLoaded eventVojta Jina
2012-02-28feat(directive.style): Do not compile content of style elementVojta Jina
2012-02-23feta(scope): watch object refference or equalityMisko Hevery
2012-02-22docs(scope): show which directives create scopesMisko Hevery
2012-02-21refactor(directive): use attrs.$observeMisko Hevery
2012-02-21feat($compile) add locals, isolate scope, transclusionMisko Hevery
2012-02-21feat(directive): event now accessible as $eventMisko Hevery
2012-02-21fix(doc): example was referring to non existent CSSMisko Hevery
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-24feat(ng:class): support using map of classnames and conditionsKai Groner
2012-01-23refactor($controller): Add $controller service for instantiating controllersVojta Jina
2012-01-23refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...Vojta Jina
2012-01-23refactor(scope): separate controller from scopeVojta Jina
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