Matt Heffernan
Matt Heffernan
It looks like the provider creates the $indexDb service and that is the instance/connection of the db. UI router handles this by having a states collection off the $routes service....
Sorry, yeah I would be happy to help. My only hesitation is my knowledge in coffee script is very limited but familiar with es6/ts and the syntax looks close.
Mostly experimental currently. I am thinking about an idea that would allow me to have an app that has structured application data (schema/metadata type data) and then have one or...
I like the 'as' syntax concept, but connection returns the provider so there wont be a way to tie together the connection to the name. ``` angular.module('myModuleName', ['indexedDB']) .config(function ($indexedDBProvider)...
Its cool, its an abstract idea. But if you want users to be able to load there own unstructured data into your site or create there own schema you have...