angular-dialgauge icon indicating copy to clipboard operation
angular-dialgauge copied to clipboard

AngularJS directive for a dial gauge

Results 6 angular-dialgauge issues
Sort by recently updated
recently updated
newest added

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: ![screen shot 2015-10-21 at 3 04 03 pm](https://cloud.githubusercontent.com/assets/4326691/10647220/21ed0cbc-7805-11e5-8333-6fdf8ecdee25.png) And...