Remove test tags

This commit is contained in:
brantje 2016-09-15 21:44:10 +02:00
parent c2711658f1
commit 2fc84e2a7b

View file

@ -9,11 +9,7 @@
*/ */
angular.module('passmanApp') angular.module('passmanApp')
.service('TagService', ['$filter', function ($filter) { .service('TagService', ['$filter', function ($filter) {
var _tags = [ var _tags = [];
{text: 'test'},
{text: 'test 1'},
{text: 'example'},
];
return { return {
getTags: function () { getTags: function () {
return _tags; return _tags;