Added default value for Device List active tabs.

This commit is contained in:
Gunther Brunner
2014-05-14 19:30:30 +09:00
parent 13529d36c0
commit 6ce41e0128
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ module.exports = function ($scope, SettingsService) {
$scope.resetSettings = function () {
SettingsService.clear()
console.log('Settings cleared')
}
$scope.savedTo = SettingsService.driver()