angular-bootstrap-toggle
angular-bootstrap-toggle copied to clipboard
How can i set enable by controller ?
I'd like set ON the toggle from controller if value is 1 and OFF if value is 0. Could you give me some help ? Thanks
@cristianodpp I am looking for a similar solution. Were you able to figure out something? Also, we may propose a feature request to give an override for True/False. This override value should be able to define what value the toggle is on, and for what value the toggle is off.
I have implemented this feat, see #23 .