Questions tagged as 'angularjs'

0
answers

Call another Ionic v1 App and receive call data

I'm using the plugin "cordova plugin startapp", according to the documentation added to the project (README) I was able to call another package / app (ionic v1), but I'm having problems receiving the sent message on call. My call went like th...
asked by 12.12.2018 / 20:16
0
answers

List Search within List with Angular Pipe 2

Good morning and Merry Christmas! Personally, I'm having a problem getting a list back from passing a parameter. This search I'm trying to filter is from a list that is inside another list. If I pass as field a field from the "outside" list,...
asked by 25.12.2018 / 13:55
1
answer

How do I use ui-number-mask dynamically

I'm saving my value in a $ scope: $scope.quantidadeCasasDecimais = 4 And trying to use this value, but it does not work: ui-number-mask="{{quantidadeCasasDecimais}}" Remembering that if I set the parameter statically it works: ui-num...
asked by 11.12.2018 / 21:03
0
answers

$ rootScope.app is undefined

People, I asked for help to retrieve the value of a variable in a js file by $ rootScope that is in the controller of my application. My intention is to retrieve in the hmtl page this attribute to be able to display the system version. Whe...
asked by 05.12.2018 / 22:10
0
answers

Video Element Duration and Proportion Attribute

I have a pretty challenging problem, it seems. I'm working on an AngularJS project with uploaded files, my role is being to upload videos that currently does not exist the possibility. We've used some libraries like angular-file-uploader just...
asked by 12.12.2018 / 13:25
1
answer

Open facebook page Ionic

Hello! I use this code to open the Facebook app directly on the page on the device. <a href="#" class="link-fb" onclick="window.open('fb://page/0000000000000', '_system'); return false;"> </a> No Android works perfec...
asked by 05.12.2018 / 13:37
1
answer

How to receive a directive within a component in AngularJS

This photo illustrates what I want to do: Link to TOTVS AngularJS documentation This is the snippet of form I'm trying to do this. I am getting the components required , number and maxlength within validation ....
asked by 03.12.2018 / 16:21
1
answer

Error publishing to Apple

Hello, I'm trying to send my first application to apple, but it's giving me a bit of a headache .. I have already searched for all my code, I did a full cleanup but I can not find anything on camera, and I do not use it, but I'm getting this err...
asked by 29.11.2018 / 20:49
1
answer

How to allow an App to send notification

Hello, I'm developing an app and before the person's login, I ask the user for permission to locate it, this is already ok, but I need to also put a permission to send notifications and I'm not sure how do. Could someone help me? this way:...
asked by 28.11.2018 / 21:00
1
answer

Correct formatting for date

I am formatting the start date of a list according to the code below, and in the database the dates registered in "2018-11-01" and "2018-11-02" are being listed respectively with the dates in " 10/31/2018 "and" 01/11/2018 "on the screen. code...
asked by 28.11.2018 / 18:46