Missing });

This commit is contained in:
Patrick McDonagh
2016-01-26 21:11:56 -06:00
parent a9f3c47ed0
commit a070ff8c99

View File

@@ -145,4 +145,5 @@ tsCtrlrs.controller('tagValsCtrl', function($scope, $route, $http, $routeParams,
$scope.loading = false;
$scope.error = data.message;
}
});
});