Files
stf-DeviceFarmer/res/app/settings/general/local/local-settings-controller.js
2015-08-31 17:18:50 +09:00

8 lines
164 B
JavaScript

module.exports = function ($scope, SettingsService) {
$scope.resetSettings = function () {
SettingsService.reset()
console.log('Settings cleared')
}
}