UNPKG

angular-storage

Version:
9 lines (7 loc) 273 B
// Create all modules and define dependencies to make sure they exist // and are loaded in the correct order to satisfy dependency injection // before all nested files are concatenated by Grunt angular.module('angular-storage', [ 'angular-storage.store' ]);