aboutsummaryrefslogtreecommitdiffstats
path: root/test/CompilerSpec.js
AgeCommit message (Collapse)Author
2011-03-01linking function should return bound scopeIgor Minar
angular.compile()() returns {scope:scope, view:view}, this isn't useful at all and only makes tests more verbose. Instead, this change makes the linking function return scope directly and if anyone needs the linked dom there are two ways to do it documented in angular.compile. other changes: - moved angular.compile docs to the compiler so that they are closer to the compiler - fixed some typos and updated angular.compile docs with the new return value
2011-02-22add class on any namespace elmentsMisko Hevery
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
Closes #40
2011-02-16Add public API to retrieve scope from element.Misko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-24fix for infinite loop in retrieveScope with jQuery + specsIgor Minar
- retrieveScope run into infinite loop if called on DOM tree that doesn't contain scope reference (happens only with jQuery) - added missing specs for retrieveScope function
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
- Delete $postEval method, as it was a hack
2010-11-10added ng:switch-when-default; changed $watch to always fire on init. (may be ↵Misko Hevery
backward incompatible)
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and ↵Misko Hevery
ng-binding
2010-10-12Fixed issue where compiler would pass in detached text node if previous ↵Misko Hevery
markup would have removed it.
2010-07-30rename textMarkup to markupMisko Hevery
2010-07-20fixed xhtml compatibility, fix console in chromeMisko Hevery
2010-04-26fix ie for jqueryMisko Hevery
2010-04-26allow the widget to change structure of the DOM and have the compiler follow ↵Misko Hevery
the replaced element.
2010-04-21all tests pass on IEMisko Hevery
2010-04-20fixes to enable ieMisko Hevery
2010-04-12added ng-eval-order attributeMisko Hevery
2010-04-06few fixes to make tests pass with jqueryMisko Hevery
2010-04-03injection is now workingMisko Hevery
2010-03-24mergeMisko Hevery
2010-03-24Fix parsing bug with strings for -Shyam Seshadri
2010-03-23markup now wroks, some refactoringsMisko Hevery
2010-03-22all angular.js directives now workMisko Hevery
2010-03-22got few directives workingMisko Hevery
2010-03-19tests fixed, still missing widgetsMisko Hevery
2010-03-19showing off problem to corryMisko Hevery
2010-03-18cleanup workMisko Hevery
2010-03-18cleanup workMisko Hevery
2010-03-18markup now worksMisko Hevery
2010-03-18support for templatesMisko Hevery
2010-03-18initial revision of new plugable compilerMisko Hevery