| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-01 | linking function should return bound scope | Igor 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-22 | add class on any namespace elments | Misko Hevery | |
| 2011-02-16 | Changed the angular.compile(element)(scope[, cloneAttachNode]) | Misko Hevery | |
| 2011-02-16 | Change API angular.compile(element)([scope], [element/true]) | Misko Hevery | |
| 2011-02-16 | remove $init on scope from applying compilation template | Misko Hevery | |
| Closes #40 | |||
| 2011-02-16 | Add public API to retrieve scope from element. | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-24 | fix for infinite loop in retrieveScope with jQuery + specs | Igor 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-02 | Closes #170. Corrected the behavior of select when options are ng:repeated | Misko Hevery | |
| - Delete $postEval method, as it was a hack | |||
| 2010-11-10 | added ng:switch-when-default; changed $watch to always fire on init. (may be ↵ | Misko Hevery | |
| backward incompatible) | |||
| 2010-10-27 | Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and ↵ | Misko Hevery | |
| ng-binding | |||
| 2010-10-12 | Fixed issue where compiler would pass in detached text node if previous ↵ | Misko Hevery | |
| markup would have removed it. | |||
| 2010-07-30 | rename textMarkup to markup | Misko Hevery | |
| 2010-07-20 | fixed xhtml compatibility, fix console in chrome | Misko Hevery | |
| 2010-04-26 | fix ie for jquery | Misko Hevery | |
| 2010-04-26 | allow the widget to change structure of the DOM and have the compiler follow ↵ | Misko Hevery | |
| the replaced element. | |||
| 2010-04-21 | all tests pass on IE | Misko Hevery | |
| 2010-04-20 | fixes to enable ie | Misko Hevery | |
| 2010-04-12 | added ng-eval-order attribute | Misko Hevery | |
| 2010-04-06 | few fixes to make tests pass with jquery | Misko Hevery | |
| 2010-04-03 | injection is now working | Misko Hevery | |
| 2010-03-24 | merge | Misko Hevery | |
| 2010-03-24 | Fix parsing bug with strings for - | Shyam Seshadri | |
| 2010-03-23 | markup now wroks, some refactorings | Misko Hevery | |
| 2010-03-22 | all angular.js directives now work | Misko Hevery | |
| 2010-03-22 | got few directives working | Misko Hevery | |
| 2010-03-19 | tests fixed, still missing widgets | Misko Hevery | |
| 2010-03-19 | showing off problem to corry | Misko Hevery | |
| 2010-03-18 | cleanup work | Misko Hevery | |
| 2010-03-18 | cleanup work | Misko Hevery | |
| 2010-03-18 | markup now works | Misko Hevery | |
| 2010-03-18 | support for templates | Misko Hevery | |
| 2010-03-18 | initial revision of new plugable compiler | Misko Hevery | |
