Fix jshint error

This commit is contained in:
Marliana Lara 2017-06-16 10:16:23 -04:00
parent e407a79af8
commit edcce9bfd8

View File

@ -9,6 +9,6 @@ export default ['$scope',
$scope.deleteTag = function(tag){
_.remove($scope.instanceGroups, {id: tag.id});
}
};
}
];