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

Commit bf3628c

Browse files
authored
Update controller.js
1 parent b6c7159 commit bf3628c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function $ControllerProvider() {
6161
* @description If called, allows `$controller` to find controller constructors on `window`
6262
*
6363
* @deprecated
64-
* This method of finding controllers has been deprecated. This will be removed in a future version.
64+
* This method of finding controllers has been deprecated. This will be removed in 1.7
6565
*/
6666
this.allowGlobals = function() {
6767
globals = true;

0 commit comments

Comments
 (0)