aboutsummaryrefslogtreecommitdiffstats
path: root/test/directivesSpec.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-02-28feat(directive.style): Do not compile content of style elementVojta Jina
2012-02-21feat($compile): mark scope creation with ng-scope classMisko Hevery
2012-02-21feat(directive): event now accessible as $eventMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-24feat(ng:class): support using map of classnames and conditionsKai Groner
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2011-11-30feat($http): new $http service, removing $xhr.*Vojta Jina
2011-11-14refactor(injector): removed loadModule/ng:moduleMisko Hevery
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