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

Commit 7112d48

Browse files
gkalpakjeffbcross
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 Conflicts: src/ng/directive/ngController.js
1 parent 4aa4005 commit 7112d48

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 globally accessible constructor function or an
2728
* {@link guide/expression expression} that on the current scope evaluates to a
2829
* constructor function. The controller instance can be published into a scope property

0 commit comments

Comments
 (0)