mirror of https://github.com/akveo/blur-admin
fix(switchInput): set directive insted service
parent
425e075d9c
commit
64f90f8fba
|
@ -6,7 +6,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
angular.module('BlurAdmin.pages.form')
|
angular.module('BlurAdmin.pages.form')
|
||||||
.service('switch', switchDirective);
|
.directive('switch', switchDirective);
|
||||||
|
|
||||||
/** @ngInject */
|
/** @ngInject */
|
||||||
function switchDirective($timeout) {
|
function switchDirective($timeout) {
|
||||||
|
|
Loading…
Reference in New Issue