mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Remove invalid references
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
// Definitions by: Mick Delaney <https://github.com/mickdelaney/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
var app = angular.module('testModule');
|
||||
|
||||
interface AppScope extends rx.angular.IRxScope {
|
||||
@@ -13,7 +11,6 @@ interface AppScope extends rx.angular.IRxScope {
|
||||
app.controller('Ctrl', ($scope: AppScope) => {
|
||||
|
||||
this.inputObservable = $scope.$toObservable('term')
|
||||
.throttle(400)
|
||||
.safeApply($scope, (results: any) => {
|
||||
this.results = results;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user