mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #1655 from mjibson/patch-1
angularjs: docs: Correct ICustomScope reference
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ interface ICustomScope extends ng.IScope {
|
||||
title: string;
|
||||
}
|
||||
|
||||
function Controller($scope: ng.ICustomScope) {
|
||||
function Controller($scope: ICustomScope) {
|
||||
$scope.$broadcast('myEvent');
|
||||
$scope.title = 'Yabadabadu';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user