Skip to content

Commit 291c0a7

Browse files
committed
update angular-translate to version 2.1.0
1 parent 290523a commit 291c0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-translate/angular-translate.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare module ng.translate {
2222
}
2323

2424
interface ITranslateService {
25-
(key: string, ...params: string[]): string;
25+
(key: string, ...params: string[]): ng.IPromise<string>;
2626
fallbackLanguage(): string;
2727
preferredLanguage(): string;
2828
proposedLanguage(): string;

0 commit comments

Comments
 (0)