// 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'
]);