diff options
| author | Misko Hevery | 2010-05-13 12:03:34 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-05-13 12:03:34 -0700 |
| commit | d523ab61d4e5887bba9466a6ce1703befd1663e4 (patch) | |
| tree | b83aa079e0f68f8b33ea4c26a05fddc0e686dc52 /src/Angular.js | |
| parent | 4b9b9e98300b9554faf0c960674eb75750227404 (diff) | |
| parent | d5ba889f63d3ce8abe49c24695f5f5c964b40264 (diff) | |
| download | angular.js-d523ab61d4e5887bba9466a6ce1703befd1663e4.tar.bz2 | |
Merge branch 'master' of github.com:angular/angular.js
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 2df6bbef..8675bc40 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -379,7 +379,8 @@ function toKeyValue(obj) { function angularInit(config){ if (config.autobind) { var scope = compile(window.document, null, {'$config':config}); - scope.$browser.addCss('../css/angular.css'); + // TODO default to the source of angular.js + scope.$browser.addCss('css/angular.css'); scope.$init(); } } |
