Questions tagged as 'angularjs'

0
answers

AngularJS or JSF to choose? [closed]

Personal development team of the company where I work is deciding which technology to use for a web project that is to come. We analyzed some points and we are in doubt between these two technologies that is Angular and JSF. I know productivi...
asked by 05.10.2015 / 16:31
1
answer

AngularJS Protocol file: //

Well, I'm doing an AngularJS embedded application that when the system (operational, not the application) starts, it opens the index.html that contains the angular application. The first page works, but how do I get it to another page? I t...
asked by 21.10.2015 / 14:25
0
answers

Embedded application with Javascript and AngularJS [closed]

Is everything good? I need a light. I'll describe a brief scenario: Imagine an application in FLASH (for display of videos, streaming, dynamic media, etc.) and C (memory control, internal http server for communication between flash and C, stor...
asked by 30.06.2015 / 14:10
0
answers

Values fixed above the graph

I have some graphics with angular-charts where values only appear when I mouse over: / p> Iwouldlikethesevaluestobefixedovereachrespectiveareaofthegraph.I'vealreadylookedintothe documentation to solve this problem and found nothing. Wou...
asked by 08.01.2016 / 15:03
0
answers

Data and parameters between Views [closed]

Hello, I'm creating an App with the IONIC Framework. The front is complete. I made the screen transitions using $ stateProvider quietly. But I need to do the features of the APP and generally need 2 things 1) Pass parameters through h...
asked by 31.12.2015 / 14:34
1
answer

How to do checkbox validation in angular

I need the add button to be enabled only if at least 1 item in the list has been checked. For input text, I used ng-required="true" <div class="modal fade" id="listagem-tarefas" tabindex="-1" role="dialog" aria-labelledby="list...
asked by 31.07.2017 / 17:09
3
answers

Angular js Array inside another array

How do I print an array inside another array, in console.log it looks like this: Array[5] 0:Array[10] 0:Object 1:Object 2:Object 3:Object 4:Object 5:Object 6:Object 7:Object 8:Object...
asked by 21.11.2016 / 15:03
1
answer

I use setInterval X WebSockets

I'm developing a PHP application with AngularJS, in this application has a messaging system. I need only check the message quantity at least every 2 min. My doubts would be, would using the setInterval be recommended in this case, or would creat...
asked by 08.12.2014 / 16:56
5
answers

Disable click on the body for a period of time

I'd have some way to disable the click events of my body . When I call a function I would like to disable the events in the processing that is a bit time consuming and when I finish activating again. I've already used jQuery to add the...
asked by 15.12.2017 / 13:52
1
answer

Access-Control-Allow-Origin: * does not work for all my domains

I have four applications that use the same API, and Access-Control-Allow-Origin: * does not account for all, the only application that does not work is the one I'm using Zend Framework 2 and Symfony, I do not know if I could have anything...
asked by 11.02.2016 / 16:13