diff --git a/webadmin/src/js/index.js b/webadmin/src/js/index.js index d39fcb27c..2a844256e 100644 --- a/webadmin/src/js/index.js +++ b/webadmin/src/js/index.js @@ -326,7 +326,7 @@ app.directive('tagInput', function () { }, link: function ($scope, element, attrs) { $scope.defaultWidth = 200; - $scope.tagText = ''; + $scope.tagText = ''; // current tag being edited $scope.placeholder = attrs.placeholder; $scope.tagArray = function () { if ($scope.inputTags === undefined) { @@ -387,12 +387,12 @@ app.directive('tagInput', function () { }); }, template: - '