app.js I �� � angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers']) .run(function(DB) { DB.init(); }); config.js pb� 0<� angular.module('myApp.config', []) .constant('DB_CONFIG', { name: 'DB', tables: [ { name: 'documents', columns: [ {name: 'id', type: 'integer primary key'}, {name: 'title', type: 'text'}, {name: 'keywords', type: 'text'}, {name: 'version', type: 'integer'},

{{#tags}}- {{label}}
{{/tags}}