diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Angular.js b/src/Angular.js index 51fca458..d3eef9d9 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -231,7 +231,6 @@ UrlWatcher.prototype = { ///////////////////////////////////////////////// function configureJQueryPlugins() { - log('Angular.configureJQueryPlugins()'); var fn = jQuery['fn']; fn['scope'] = function() { var element = this; @@ -334,7 +333,7 @@ function wireAngular(element, config) { config['location']['listen'](_(binder.onUrlChange).bind(binder)); binder.parseAnchor(); binder.executeInit(); - scope.updateView(); + binder.updateView(); return self; }, 'element':element[0], |
