Skip to content

Instantly share code, notes, and snippets.

View renato04's full-sized avatar

Renato Ramos Nascimento renato04

  • Globant
  • São Paulo - Brazil
View GitHub Profile
@renato04
renato04 / app.js
Last active August 29, 2015 14:03 — forked from jgoux/app.js
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers'])
.run(function(DB) {
DB.init();
});