mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
- Updated almost all dev dependencies.
- Removed everything grunt (the gettext stuff needs to be converted but was not using yet anyways). - Update angular-localForage to latest version, all API methords changed. - Added jshintrc for mocha.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module.exports = function ($scope, SettingsService) {
|
||||
|
||||
$scope.resetSettings = function () {
|
||||
SettingsService.clearAll()
|
||||
SettingsService.clear()
|
||||
}
|
||||
|
||||
$scope.savedTo = SettingsService.getDriver()
|
||||
$scope.savedTo = SettingsService.driver()
|
||||
|
||||
// $scope.resetSettings = function () {
|
||||
// var title = 'Reset Settings';
|
||||
|
||||
Reference in New Issue
Block a user