- 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:
Gunther Brunner
2014-03-20 19:26:48 +09:00
parent 5771507fc9
commit a260aa2cf8
9 changed files with 58 additions and 53 deletions

View File

@@ -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';