UNPKG

angular-indexed-db

Version:

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

14 lines (13 loc) 283 B
/*global angular */ (function () { 'use strict'; angular.module('IndecesObject.value', []) .value('IndecesObject', [ { name: '', params: { unique: false } } ]); }());