Merge pull request #7331 from stephenlautier/angular-dynamic-locale

angular-dynamic-locale: added support for es6 imports
This commit is contained in:
Masahiro Wakame
2015-12-27 21:50:51 +09:00
+5
View File
@@ -5,6 +5,11 @@
/// <reference path="../angularjs/angular.d.ts" />
declare module "angular-dynamic-locale" {
import ng = angular.dynamicLocale;
export = ng;
}
declare module angular.dynamicLocale {
interface tmhDynamicLocaleService {