Changed namespace from angularTouchspin to angular.touchspin (#11414)

This commit is contained in:
Niko Kovačič
2016-09-25 19:57:26 +02:00
committed by Andy
parent 3ab295950c
commit 8ca204242d
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ declare module "angular-touchspin" {
export = _;
}
declare namespace angularTouchSpin {
declare namespace angular.touchspin {
interface ITouchSpinOptions {
min?: number;
max?: number;