Returns json array of all locations.
Takes a feedback object and adds it to the WordPress comments.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* For this to work on devices, install the File plugin | |
* `cordova plugin add cordova-plugin-file --save` | |
* */ | |
(function (angular) { | |
'use strict'; | |
angular.module('elixel.fileStorage', ['ionic']) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ion-content> | |
<ion-spinner ion-fixed></ion-spinner> | |
</ion-content> |