diff --git a/www/assets/js/ng/controller_tags.js b/www/assets/js/ng/controller_tags.js index c7d3dd0..42ab2ee 100644 --- a/www/assets/js/ng/controller_tags.js +++ b/www/assets/js/ng/controller_tags.js @@ -49,7 +49,7 @@ poconsole.controller('tagsCtrl', function($scope, $route, $http, $routeParams, P var getTag = tags.getTag(id); getTag.then(function(data){ $scope.error = false; - $scope.dTagValues = data.tag; + $scope.dTagValues = data.tag[0]; $log.info("Thinking about deleting tag data with parameters: "+ JSON.stringify($scope.dTagValues)); }); };