An open API service indexing awesome lists of open source software.

https://github.com/herudi/ionic_sqlite

Ionic Featuring SQLite Database
https://github.com/herudi/ionic_sqlite

Last synced: 30 days ago
JSON representation

Ionic Featuring SQLite Database

Awesome Lists containing this project

README

        

# Ionic Featuring SQLite
```
ionic start ionicSQLite blank
cd ionicSQLite
ionic platform add android
ionic platform add ios
cordova plugin add https://github.com/brodysoft/Cordova-SQLitePlugin.git
```
Just copy this project to ionicSQLite/www
add ng-cordova from bower
```
bower install ngCordova
```
and look like this on index.html
```html

```
enjoy....