mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
angular: Add isolateScope() to jqLite
This commit is contained in:
@@ -223,6 +223,7 @@ foo.then((x) => {
|
||||
// angular.element() tests
|
||||
var element = angular.element("div.myApp");
|
||||
var scope: ng.IScope = element.scope();
|
||||
var isolateScope: ng.IScope = element.isolateScope();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user