Questions tagged as 'angularjs'

1
answer

Access through JavaScript / Jquery an element that came from AJAX after the DOM LOAD

I am developing a WEB APP with AngularJS, there is an element that is coming to the DOM after its loading, I am trying to write an event: $('elemento').click() But when you finish rendering the page the element does not yet exist because it...
asked by 16.04.2015 / 00:33
1
answer

Check if user is logging in from within the company

I will not go into details of the technology used, because the doubt is more in the best way to solve this situation. I have the following scenario: Multi-branch company; These affiliates have their collaborators; The system with the Ang...
asked by 31.10.2017 / 19:32
1
answer

Create angular variable in html

Hello I have a loop (ng-repeat) in my html file and would like to save the index of it in a variable to be able to pass parameter to a function. Does anyone have an idea how I can do this? Follow the code in View: <div class="lista...
asked by 27.07.2016 / 00:51
0
answers

What is the best way to do the authorization with JWT? [closed]

I asked this question earlier, but I do not think I was right. So I'm reshaping to try to be clearer. I have several API Rest, where I use basic http, to avoid direct access. Front-end in AngularJS, decoupled from all API Rest. Where th...
asked by 04.10.2016 / 16:18
1
answer

Difficulty navigating between views using Ionic Framework

Recently Ionic started, and I believe that as a beginner's doubt, I'm having doubts about opening pages, that is, navigating between my views in case they are 3 would be them, home, pag1, pag2, just for the purposes of test a random message shou...
asked by 26.03.2016 / 04:51
1
answer

How to make an audio stream with ionic?

I need to stream audio with ionic, I already installed several plugins but the streaming does not work, using http protocol and rtsp. I've also tried putting a Javascript function inside the app's index but none of the streaming works.     
asked by 03.11.2015 / 20:20
1
answer

Open my App from a link sent via email

I'm trying to make the user, by clicking on the link received via email, be redirected to a specific view of my app. It would be something like: 'myapp: // app-custom-path'. I'm using Ionic. Could someone give me a light?     
asked by 29.04.2016 / 21:06
1
answer

Find nearby restaurants registered in the database through google maps

I need some help. I have a PHP system with a mysql database with several registered restaurants, with fields like: id, name, address, longitude and latitude and I'm creating an application with Ionic using AngularJS. In this application I had...
asked by 28.02.2016 / 05:57
1
answer

3D Viewing in Angular Google Maps

Preamble I use Angular Google Maps to indicate the location of several buildings in campus of a university. My initialization is as follows: $scope.map = { control: {}, center:...
asked by 20.07.2015 / 14:55
2
answers

Problems sending data to the bank with ionic

I made a web application, with AngularJS and PHP, here on my computer, where I registered users and emails in the bank and it works perfectly. I'm trying to do the same with ionic, but when I try to insert, register a user, the following mess...
asked by 08.10.2015 / 21:54