Skip to content

Instantly share code, notes, and snippets.

View nirajkrz's full-sized avatar

ncode nirajkrz

View GitHub Profile
@nirajkrz
nirajkrz / README.md
Last active August 29, 2015 14:16 — forked from hofmannsven/README.md
@nirajkrz
nirajkrz / app.js
Last active August 29, 2015 14:13 — forked from jgoux/app.js
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers'])
.run(function(DB) {
DB.init();
});
@nirajkrz
nirajkrz / app.js
Last active August 29, 2015 14:13 — forked from jgoux/app.js
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers'])
.run(function(DB) {
DB.init();
});