Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.43 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.43 KB

Ionic + Filepicker.io example

======================

Example ionic project using Filepicker - AngularJS library for file uploading.

  • "Filepicker is a simple plugin for web and mobile uploads." Filepicker JS docs
  • "Ionic is the beautiful, open source front-end SDK for developing hybrid mobile apps with web technologies."

Project is based on tabs starter ionic app and require ionic client for development. It uses Filepicker - AngularJS library for local and cloud files upload.

Also check filepicker docs

Requirements

1. You need Node.js

brew install node

2. Ionic

npm install -g ionic

3. Clone repository

git clone git@github.com:krystiangw/angular-filepicker-example.git

4. In the repository install cordova plugins:

inappbrowser cordova-camera

cordova plugin add cordova-plugin-inappbrowser
cordova plugin add org.apache.cordova.camera

Run

Use ionic to serve locally

ionic serve