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...
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...
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-...
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...
I have a JSON of states and cities as follows:
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
"Capixaba",...
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...
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:...
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({...
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...