I have a use case where I am placing up to 12 linear gauges on a HTML page using AngularJS 1.4.x. Each of these linear gauges have different e-maximum (as well as e-value) values. I CAN bind AngularJS ngModel values in the ej-linearguage's HTML properties. What I can't seem to do is because the e-maximum can be different between each of these 12 linear gauges, so can their e-minorintervalvalue and e-majorintervalvalue values which I would like to also bind to a AngularJS ngModel.
Do you have a means of allowing this to be done? If so, can you provide a quick example of how to change those values (and any others) dynamically?