fix(switchInput): set directive insted service

pull/3/head
alex 2016-01-12 17:21:24 +03:00
parent 425e075d9c
commit 64f90f8fba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
'use strict';
angular.module('BlurAdmin.pages.form')
.service('switch', switchDirective);
.directive('switch', switchDirective);
/** @ngInject */
function switchDirective($timeout) {