Questions tagged as 'ionic'

2
answers

How to pass an angle dependence Js and Ionic

I'm trying to pass a dependency on my module to use a unique filter, I need to filter names in my Views . What happens is this: when I do this, in my controller, without creating routes on my system, that's for sure. angular.module("myAp...
asked by 12.07.2016 / 05:59
0
answers

Where is the file: I am developing with Ionic / AngularJS and SQLite

I'm trying to open the database in SQLiteBrowser, but I can not find the created file. I used the command: window.openDatabase The alias I gave is "my.db" but I can not find it anywhere. In what folder does the Ionic / AngularJS create...
asked by 14.04.2016 / 16:41
0
answers

Ionic - item does not bind in nav-bar

I have an icon in the nav-bar that should or should not display the toggle's true / false position. Testing in the view works perfectly but the result does not work in the nav bar. Both pages use the same controller. index.html - nav-bar...
asked by 14.05.2016 / 06:43
1
answer

Error sending app to apple store - Invalid Image Path

When I try to upload the application to the apple store, I'm having the following error and can not figure out how to resolve this error. In this application I am using ionic, previously I had already sent this same application to the store w...
asked by 15.02.2016 / 13:20
0
answers

Problem viewing gallery camera cordova ios

I'm using the cordova plugin $cordovaCamera.getPicture and when I open the photo gallery in ios it's breaking the label like this: First:IhavethelanguageofthedeviceinPortugueseandisappearinginEnglishSecond:Thelettersareseparatedby"_"...
asked by 23.04.2016 / 00:06
1
answer

Form data does not appear

I'm developing an app on Ionic, an address book. After the form , I added a console.log (address) in controler to see the data, I click the save button and the data does not appear and still says console.log (address) is u...
asked by 27.01.2016 / 01:21
0
answers

My data does not go to DB using ionic and php

I'm developing an app on Ionic. When saving, the following message appears in the console:    link 500 (Internal Server Error) ionic.bundle.js: 19346 POST Follow my codes angle controller: angular.module('app.controllers', []) .co...
asked by 27.01.2016 / 19:37
1
answer

Problems with android adb

Good morning, guys. I'm a Mac user and I'm trying to run my ionic app on my android device through the command ...    ionic run android --device   .. but the following message appears in the terminal.       ERROR running one or more of the p...
asked by 07.04.2016 / 15:24
1
answer

ng-value with 2 values and 2 ng-model in the same input-radio

No ion-radio has ng-value with 2 values. The ng-model is taking the value of ng-value . The problem here is that I want to display these 2 values of ng-value separated. ex: {{data.nomeOpc}} displays op...
asked by 25.02.2016 / 12:50
2
answers

Pass object between views

How could I pass a JSON object between views: angular.module('app') .controller('MeuControle', function($scope) { $scope.listaPessoas = [ { nome: "Patrick", idade: 19 }, { nom...
asked by 25.02.2016 / 23:20