mirror of https://github.com/akveo/blur-admin
fix(tagInput): set directive insted service and fix styles
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…
Reference in New Issue