syncApp.controller('CircularGaugeCtrl', function ($scope) {
$scope.nvalue = 80;
$scope.minvalue = 0;
$scope.maxvalue = 120;
});