UNPKG

angular-indexed-db

Version:

A comprehensive API of AngularJS factories for interacting with the IndexedDbin browser database

11 lines (10 loc) 207 B
/*global angular */ (function () { 'use strict'; angular.module('DatabaseObject.value', []) .value('DatabaseObject', { DbName: '', DbVersion: '', Db: {} }); }());