- Adding Help page back.

- Adding Settings page back.
This commit is contained in:
Gunther Brunner
2014-03-13 15:46:36 +09:00
parent d61a70fda5
commit 7f6fa763fb
13 changed files with 249 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
module.exports = function SettingsServiceFactory($rootScope, $localForage) {
return $localForage
}