angular-dialgauge
angular-dialgauge copied to clipboard
AngularJS directive for a dial gauge
Sometimes the ngModel values were being interpreted as strings rather than numbers, causing the "intermediateValue += step" computation to append strings instead of doing arithmetic. This of course resulted in...
$scope.$watch() only works on single expressions, not arrays. Instead, use $scope.$watchGroup(). As this functionality was introduced in Angular.js 1.3, also bump the minimum dependency and the version used in the...
Hi, I have trouble getting the value numbers aligned to the middle of the gauge as they are on the demos. I understand the text is positioned based on the...
Hi, How to set min max values of angular-dialgauge using angular model
Hi! Since there is no handling in undefined variable, I added a condition which check it. I recommend you to add it as well. I have to mention it is...
Hi, I wasn't able to get the dial to be 100% of parent width out of the box. Here's an example:  And...