Questions tagged as 'ionic'

1
answer

Error sending json via $ http

I'm trying to send a json via $ http.get, but it is returning error in console "500 (Internal Server Error)" system.technology.ws/pedited.store.asp:1 Is this error in the ASP system or in the $ http request? Follow the request code $http({...
asked by 28.08.2016 / 14:18
0
answers

GULPFILE permission error

You were asking me to update my CLI. I've updated my ionic; I tried to update my ionic lib and it gave an error and now I can not access my application.
asked by 24.08.2016 / 19:40
1
answer

How to save Base64 in ImageFiled Django / data: image / jpeg; base64 ,?

I'm trying to save a base64 image to my template, but I can not. My code is; Template: class Image(models.Model): img = models.ImageField(upload_to = 'pic_folder') view: @csrf_exempt def imageUP(request): img = request.GET['img...
asked by 18.08.2016 / 06:21
1
answer

Wrong route request when placing ionic-slide-box in home

I have the service in this file www/app/home/home.service.js : angular.module('app.home') .service('services', ['$http',services]); function services($http) { var service = {}; var self = this; serv...
asked by 24.08.2016 / 15:03
1
answer

Use Ionic 2 for Windows Phone / Windows Universal applications?

It is a recent question that I have, I want to start development with Ionic , but as my main platform is Windows Phone , I want to know if the framework gives support for compilation for the platform, and how to add this platform in a p...
asked by 04.08.2016 / 06:21
0
answers

Reload / Refresh template

Hello, I'm loading my view with a timer, and every time the timer runs, it does not clear the screen, but adds the same items again. I've tried cache = false, window.reload, state.reload, state.go, but no results, my code: lista = function ()...
asked by 05.08.2016 / 00:41
0
answers

How to create a field dynamically in Ionic and / or Angular Js?

Have a list of products, but my list does not have the quantity field, and neither should have because it would be stock control and that's not it. I want the quantity field to when I click (+) add 1 and click (-) to decrease 1. I try to c...
asked by 02.09.2016 / 00:13
1
answer

Crash Flashlight next to the camera

I need to leave the flash on continuously when I open the camera. I'm using the ionic framework for APP development. But by enabling FlashLight (EddyVerbruggen Plugin: link ) it crashes the camera. I tried to use other camera plugins other than...
asked by 14.07.2016 / 16:48
0
answers

Ionic + AngularJS customize function with $ location

Good morning, I would like to know how to make this code more performance-oriented. I have two functions that the only difference between them is $ location.path How can I make this a function with only these two conditions? Follow t...
asked by 15.08.2016 / 14:26
0
answers

IONIC application doing automatic synchronization with server

I have an application made with IONIC that does a CRUD and can send and receive data to the server, so everything is working perfectly. The changes I make in the application are being updated on the server but are not being updated in the appli...
asked by 29.06.2016 / 01:53