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