Questions tagged as 'angularjs'

1
answer

How to pass a variable to another page using IONIC?

Hello, I'm making an application using the IONIC framework and I'm having trouble passing parameters to another page. I have the list of items (which are data that are coming from the database) and in each item I have a "details" button that...
asked by 30.01.2018 / 20:10
2
answers

Select open window with bank options

I need a help, I have a code that when clicking on checkbox a window would appear, if it disappears the window disappears, so far so good, but now, it will not be a% will display the window. It will be a checkbox and your option...
asked by 30.01.2018 / 14:30
0
answers

Receive an array of objects in a php driver

I want to send array of objects to my controller PHP and I have done it this way $http({ method: 'POST', url: "payment/pagamento", data: $.param(vm.listProdsCar), headers: {'Content-Type': 'application/x-www-form-...
asked by 06.02.2018 / 18:05
2
answers

Materialize CSS - fixed label on the top

How do I fix my label always on Top? Normal behavior: stays in input , when we click on input (focus) it stays on input <div class="input-field col s6"> <input placeholder="Placeholder" id="first_name" typ...
asked by 26.01.2018 / 13:17
1
answer

How to change the NGX-Admin nebular dashboard theme?

Hello,  I would like to know if you can change the theme and color of the NGX-Admin nebular dashboard? Thanks in advance.     
asked by 20.12.2017 / 16:37
1
answer

Angularjs reading JSON positions

I have a JSON of states and cities as follows: { "estados": [ { "sigla": "AC", "nome": "Acre", "cidades": [ "Acrelândia", "Assis Brasil", "Brasiléia", "Bujari", "Capixaba",...
asked by 12.11.2017 / 16:00
0
answers

Using multiple html pages with the same controller AngularJS + ASP.NET MVC

Using the routes with AngularJS, When you enter the Autor.html page with the /Autor route, all registered authors are listed in a table where a link is created for each author's edition, according to this line of code <a ng-click="s...
asked by 23.11.2017 / 14:16
1
answer

Ionic ng-if comparing values

I'm getting data from a API and I want to check if percent_change_1h is less than 0, and if so for displays a different text color. <ion-row> <ion-col> <ion-label ng-if="top.percent_change_1h < 0" style="color:...
asked by 03.12.2017 / 15:40
1
answer

http request post-ionic method 2, angular 2

I am making a post http request, but without success ... Actually I have a success in the header the same returns, however the body is not rolling. My code looks like this: postRequest() { let myHeader = new Headers({...
asked by 23.11.2017 / 19:06
0
answers

Non-angular error

   Request URL: link       Request Method: GET       Status Code: 404 Not Found       Remote Address: 127.0.0.1: 8080       Referrer Policy: no-referrer-when-downgrade   viewsource    Connection:keep-alive    Content-Length:74    Con...
asked by 16.11.2017 / 18:34