aboutsummaryrefslogtreecommitdiffstats
path: root/test/directivesSpec.js
AgeCommit message (Expand)Author
2011-11-14doc($filter): added $filter documentationMisko 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($service): removed almost all references to scope.$serviceMisko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-11-08feat(ng:style): compatibility + perf improvementsDhruv Manek
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11refactor(injection) infer injection args in ng:controller onlyMisko Hevery
2011-09-16fix(jqLite): attr() should not special-case 'class' attributeIgor Minar
2011-09-08style: fix some missing semi-colons and spaces, typosVojta Jina
2011-09-01fix(ng:class): make ng:class friendly towards other code adding/removing classesIgor Minar
2011-08-24feat(ng:cloak): add ng:cloak directiveIgor Minar
2011-08-14fix(directives): make ng:class-even/odd work with ng:classDi Peng
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-26fix(ng:show/ng:hide): use jqLite.show/jqLite.hideDi Peng
2011-07-26style(warnings): prevent the browser from making bogus GET requests during testsMisko Hevery
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-13fix(ng:class): preserve classes added post compilationDi Peng
2011-06-27test:ng#class: added a better unit test for ng:classDi Peng
2011-06-02Fix CSS tests on OperaVojta Jina
2011-03-01linking function should return bound scopeIgor Minar
2011-02-18Remove ng:watchMisko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
2011-01-20null and other falsy values should not be rendered in the viewIgor Minar
2011-01-14fixed select with ng:formatMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-18move attribute widgets to widgets.js fileIgor Minar
2010-11-16Changed error handling so that better stack traces are displayed in the ng-er...Misko Hevery
2010-11-10Make ng:repeat expose $position.Igor Minar
2010-11-10added ng:switch-when-default; changed $watch to always fire on init. (may be ...Misko Hevery
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...Misko Hevery
2010-10-26fixes IE related failures, and form submit event handling in ieMisko Hevery
2010-10-26create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.Misko Hevery
2010-10-23adding ng:submit directive for use with formsIgor Minar
2010-10-23simplifying ng:click specIgor Minar
2010-10-19fixed testsMisko Hevery
2010-10-13fixed issue where ng:bind would not reset value if expression returned undefinedMisko Hevery
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-10-08change ng:controller to create new scope hence allow nestingMisko Hevery
2010-10-04fixed lint warningsIgor Minar
2010-10-01'A' tag widget and ng:click propagation changeIgor Minar
2010-08-14merge kai/masterMisko Hevery
2010-07-27fix preventDefault for eventsMisko Hevery
2010-07-22fix howers which were accidently brokenMisko Hevery
2010-07-15fixed buildMisko Hevery