[Persistence] Add example provider

...to serve as a secondary persistence store.
This commit is contained in:
Victor Woeltjen
2015-11-05 17:38:51 -08:00
parent bed1556a3a
commit dbff9e2125
2 changed files with 85 additions and 0 deletions

View File

@@ -10,6 +10,14 @@
},
"priority": "preferred"
}
],
"components": [
{
"provides": "persistenceService",
"type": "provider",
"implementation": "ScratchPersistenceProvider.js",
"depends": [ "$q" ]
}
]
}
}