Questions tagged as 'ionic'

0
answers

Print Bluetooth ionic printer

Has anyone actually managed to print on bluetooth printer using Ionic, CORD, phonegap some method that was not native? My project was written in Ionic, soon this need arose: (     
asked by 20.02.2016 / 19:05
0
answers

Select gallery image and send by post?

I am creating a new user registry and in this register the user must choose his profile image (mandatory). I can return the gallery image but the image name does not return, the return is that: localURL: "content://media/external/images/media...
asked by 19.11.2015 / 13:58
1
answer

Why is not the subheader displayed?

I'm trying to create a search bar, I'm using bar-subheader for this, but it does not display. How to do this? <ion-view view-title="Empresas"> <div class="bar bar-subheader item-input-inset padding"> <label class="...
asked by 22.12.2015 / 21:02
1
answer

Does not read the backend in View - Ionic + AngularJs:

I can read my backend, but I can not show the data in my view, what can I be doing wrong? In my controller I did the following, and I asked to read my backend: .controller("restaurantesCtrl", function($scope,$state,$ionicScrollDelegate,$htt...
asked by 06.07.2016 / 20:18
1
answer

Open pages in content?

I'm using AngularJS and Ionic to create hybrid applications and I'm having a question. I created a project with template blank, in index.html it was created the tag ion-content that I believe eh where it renders the other pages. The probl...
asked by 08.11.2015 / 17:24
0
answers

Why did I login for google plus in angularjs not working correctly?

I have a mobile app and I have option to log in by google plus I have controller but when I log in and I choose the account the information is not stored in session.set I did following this tuturial link I already did step 1 of t...
asked by 13.10.2015 / 12:52
0
answers

How to populate history in the ionic framework

Well I need to know how to populate the history of ionic framework , of window itself I know it's like this: window.history.pushState({upage:sel}, sel, document.location.origin + document.location.pathname +sel); My problem is...
asked by 11.01.2016 / 16:48
0
answers

Problem installing ngcordova on ionic

I have a mobile app I installed ngcordova to use its plugins but when I try to install it it never adds me lib/ngCordova to the project folder, I would like to know how to fix it. To install I am using bower install ngCordova...
asked by 25.09.2015 / 13:57
1
answer

How to get from city name in the ngcordova geolocation plugin?

I have a mobile app with the ngcodova geolocation plugin that works only with only lat and long what I intend now and that same as giving me lat and long me I gave the name of the city how can I do? Control...
asked by 27.09.2015 / 21:21
1
answer

Using stateparams is not returning the json to display in detail [closed]

Well, I have the following problem: I have a json file, and I'm calling it like this: $http.get("../templates/teste.json").success(function (response) { $scope.x = response; }); On my route, it looks like this: .state('app.detalh...
asked by 20.09.2015 / 02:01