This commit is contained in:
Tobias Bengfort
2014-07-23 14:08:31 +02:00
parent 625b9f2523
commit ba1b3d7d60

View File

@@ -95,6 +95,7 @@ module HttpAndRegularPromiseTests {
theAnswer: number;
letters: string[];
snack: string;
nothing?: string;
}
var someController: Function = ($scope: SomeControllerScope, $http: ng.IHttpService, $q: ng.IQService) => {