diff --git a/angularjs/README.md b/angularjs/README.md index 263e046ea1..510f304f55 100644 --- a/angularjs/README.md +++ b/angularjs/README.md @@ -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'; }