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

Commit f3884df

Browse files
gkalpakcaitp
authored andcommitted
docs(ngController): Fix priority value mentioned in the docs
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
1 parent f7a4a70 commit f3884df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/directive/ngController.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*
2424
* @element ANY
2525
* @scope
26+
* @priority 500
2627
* @param {expression} ngController Name of a constructor function registered with the current
2728
* {@link ng.$controllerProvider $controllerProvider} or an {@link guide/expression expression}
2829
* that on the current scope evaluates to a constructor function.

0 commit comments

Comments
 (0)