fix(tagInput): set directive insted service and fix styles

pull/3/head
alex 9 years ago
parent e77977701a
commit 425e075d9c

@ -6,10 +6,10 @@
'use strict';
angular.module('BlurAdmin.pages.form')
.service('tagsInput', tagsInput);
.directive('tagInput', tagInput);
/** @ngInject */
function tagsInput() {
function tagInput() {
return {
restrict: 'A',
link: function( $scope, elem, attr) {

@ -223,7 +223,7 @@
margin-left: 6px;
}
.tag {
.mail-panel .tag {
text-transform: lowercase;
font-size: 11px;
font-weight: 100;

Loading…
Cancel
Save