Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(ngController): Fix priority value mentioned in the docs
Browse files Browse the repository at this point in the history
The `@priority 500` part was missing from the ngDoc comment, thus the docs mentioned a priority of 0
(instead of the correct 500).

Closes #9070
gkalpak authored and jeffbcross committed Sep 23, 2014
1 parent 4aa4005 commit 930bd40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ng/directive/ngController.js
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
*
* @element ANY
* @scope
* @priority 500
* @param {expression} ngController Name of a globally accessible constructor function or an
* {@link guide/expression expression} that on the current scope evaluates to a
* constructor function. The controller instance can be published into a scope property

0 comments on commit 930bd40

Please sign in to comment.