aboutsummaryrefslogtreecommitdiffstats
path: root/test/directivesSpec.js
AgeCommit message (Expand)Author
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
2010-07-15proper handlig of $element in filtersMisko Hevery
2010-07-15proper handlig of $element in filtersMisko Hevery
2010-07-14appease IE on CSS stylesMisko Hevery
2010-07-14ng:style remembers previous style and properly resets to itMisko Hevery
2010-07-15fix undefine styleKai Compagner
2010-07-14fix undefine styleKai Compagner
2010-07-09ng:repeat ignores prototype keysMisko Hevery
2010-07-02change all attributes from ng- to ng: prefixMisko Hevery
2010-05-07change everything over to jasmineMisko Hevery
2010-04-22clean up failing test with jqueryMisko Hevery
2010-04-21ie6 now passesMisko Hevery
2010-04-21more if tests passMisko Hevery
2010-04-20fixes to enable ieMisko Hevery
2010-04-16lots of small fixesMisko Hevery
2010-04-12added ng-eval-order attributeMisko Hevery
2010-04-12removed Meta and allowed binding of HTMLMisko Hevery
2010-04-08tests pass jstd has issuesMisko Hevery
2010-04-08tests failing jstd to show coryMisko Hevery
2010-04-07seperatio validation and exception handlingMisko Hevery
2010-04-07Merge branch 'directives' of github.com:angular/angular.js into directivesMisko Hevery
2010-04-07clean up, fixes for appMisko Hevery
2010-04-06few fixes to make tests pass with jqueryMisko Hevery
2010-04-05added ng-controller directiveMisko Hevery
2010-04-05added ng:includeMisko Hevery
2010-03-31all tests green, some dissabledMisko Hevery
2010-03-30more tests fixedMisko Hevery