Skip to content

Instantly share code, notes, and snippets.

@raowl
raowl / app.js
Last active August 29, 2015 14:07 — forked from jgoux/app.js
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers'])
.run(function(DB) {
DB.init();
});
@raowl
raowl / app.js
Last active August 29, 2015 14:07 — forked from jgoux/app.js
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers'])
.run(function(DB) {
DB.init();
});