Skip to content

Commit bb0334c

Browse files
committed
Version bump 0.12.0
1 parent 5dec0aa commit bb0334c

File tree

9 files changed

+2943
-2442
lines changed

9 files changed

+2943
-2442
lines changed

@types/angular.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ export class Angular {
149149
*
150150
* Internally, this walks down the `Scope` tree starting from `$rootScope`
151151
* and checks for a matching `$scopename` property. The `$scopename` property
152-
* may be defined statically or assigned via the `ngScope` directive.
152+
* may be defined statically on controllers using `as` syntax, assigned via the `ngScope` directive,
153+
* or defined on `$scope` injectable.
153154
*
154155
* @param {string} name
155156
* @returns {ProxyHandler<ng.Scope>|undefined}

0 commit comments

Comments
 (0)