diff options
Diffstat (limited to 'src/ng/directive/ngController.js')
| -rw-r--r-- | src/ng/directive/ngController.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ng/directive/ngController.js b/src/ng/directive/ngController.js index 6a7b8f03..5550b77f 100644 --- a/src/ng/directive/ngController.js +++ b/src/ng/directive/ngController.js @@ -167,6 +167,7 @@ var ngControllerDirective = [function() { return { scope: true, - controller: '@' + controller: '@', + priority: 500 }; }]; |
