Skip to content

Commit

Permalink
fixed es6 imports to have types properly exported instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlautier committed Dec 15, 2015
1 parent 14ab703 commit 5dc8ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-translate/angular-translate.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
/// <reference path="../angularjs/angular.d.ts" />

declare module "angular-translate" {
var _: string;
export = _;
import ngt = angular.translate;
export = ngt;
}

declare module angular.translate {
Expand Down

0 comments on commit 5dc8ee8

Please sign in to comment.