diff --git a/src/ng/directive/ngController.js b/src/ng/directive/ngController.js index c920cc51e14a..e759d2b5c1b2 100644 --- a/src/ng/directive/ngController.js +++ b/src/ng/directive/ngController.js @@ -23,6 +23,7 @@ * * @element ANY * @scope + * @priority 500 * @param {expression} ngController Name of a constructor function registered with the current * {@link ng.$controllerProvider $controllerProvider} or an {@link guide/expression expression} * that on the current scope evaluates to a constructor function.