| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-18 | feat(strict mode): adding strict mode flag to all js files | Igor Minar | |
| the flag must be in all src and test files so that we get the benefit of running in the strict mode even in jstd the following script was used to modify all files: for file in `find src test -name "*.js"`; do echo -e "'use strict';\n" > temp.txt cat $file >> temp.txt mv temp.txt $file done | |||
| 2011-06-17 | Fix failing unit tests in IE7 (Binder, select widget) | Vojta Jina | |
| The fix does not change any production code, we only need to ignore couple of attributes that IE7 should not display: * value attribute for LI * selected attribut for SELECT Simplified condition in compiler test, this should have been part of f9f0905f4ad7b1d0bb9b606a6d25fb1f88354a78 | |||
| 2011-06-17 | Fix compiler test for IE9 | Vojta Jina | |
| Older IEs serialize html uppercased, but IE9 does not... Would be better to expect case insensitive, unfortuntaly jasmine does not allow to user regexps for throw expectations. Closes #392 | |||
| 2011-06-08 | Throw error when compiling multiple roots | Misko Hevery | |
| Closes #338 | |||
| 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 | |
