diff options
| author | Misko Hevery | 2010-04-01 14:10:28 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-04-01 14:10:28 -0700 | 
| commit | 85f13d602e31424b2e2d18172872f14a24c31135 (patch) | |
| tree | 8389ab1a0dfd6b8717a1f0dc70a738deaca146c2 /src/markups.js | |
| parent | 11a6431f8926c557f3c58408dacc98466e76cde1 (diff) | |
| download | angular.js-85f13d602e31424b2e2d18172872f14a24c31135.tar.bz2 | |
work on $location and autobind
Diffstat (limited to 'src/markups.js')
| -rw-r--r-- | src/markups.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/markups.js b/src/markups.js index 6bc27c85..3ae713fb 100644 --- a/src/markups.js +++ b/src/markups.js @@ -51,6 +51,7 @@ angularTextMarkup('{{}}', function(text, textNode, parentElement) {    }  }); +// TODO: this should be widget not a markup  angularTextMarkup('OPTION', function(text, textNode, parentElement){    if (parentElement[0].nodeName == "OPTION") {      var select = document.createElement('select'); | 
