Closed salarmehr closed 9 years ago
You can use the provider toggleSwitchConfig
.
myApp.config(['toggleSwitchConfigProvider'], function(toggleSwitchConfigProvider) {
toggleSwitchConfigProvider.onLabel = 'Yes';
toggleSwitchConfigProvider.offLabel = 'No';
});
@cgarvis Thanks, adding this to the documentation can be really useful.
Is it possible to set on-label and off-label globally?