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

pull/3/head
alex 2016-01-12 17:20:10 +03:00
parent e77977701a
commit 425e075d9c
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

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