Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ff9fa46

Browse files
author
SamGraber
committed
Missing a module dependency.
1 parent dd383b6 commit ff9fa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/components/spinner/spinner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ function spinner($timeout: angular.ITimeoutService
169169
};
170170
}
171171

172-
angular.module(moduleName, [__string.moduleName, componentValidatorModuleName])
172+
angular.module(moduleName, [__string.moduleName, componentValidatorModuleName, __number.moduleName])
173173
.directive(directiveName, spinner)
174174
.controller(controllerName, SpinnerController);

0 commit comments

Comments
 (0)