I have a problem, I want to make a page that takes values that I have determined in a video.js file to be returned to a specific url.
.state('video.id', {
url: '/:id',
templateUrl: 'tpl/video_id.html',
})
Being the param: id the value tha...
I'm trying to build a pdf based on the image below
IcanmanagethePDF,butwithoutthelinewith"Info" and "Contact". Is it possible to generate the pdf in the same way as in the image?
That's what I've been able to do so far
this.pdf = functi...
I'm having problems with my application in the Safari browser, when I try to update some information. In my application, the form is mounted dynamically, with properties coming from the API. In other browsers, it works correctly, only in Safari...
I have a list and a registration. Cadastro is a modal and works well:
The Register View:
<ion-header>
<ion-navbar color="dark">
<ion-title>Adiciona Sessão</ion-title>
</ion-navbar>
</ion-he...
I'm having trouble doing this. If someone can help me, I'm grateful.
This is Index.html
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://ajax.googl...
I make a request in the api to get some data, and then I do a forEach and give the result to a variable this.DadosQueTaNaTela soon after I make another request in another api to get the data and do a forEach and the result I give this...
I have a select of regions, what I want is to click on "All Regions", and already show the list of regions = south zone, north zone etc. . . These regions are coming from the database. The problem is: When I click on all the regions, an option a...
I passed parameters to another TS with:
console.log('Data', navParams.get('sessoes'));
That shows me this result:
{data: "2018-09-11", weight: "200", sessoes: "20", repeticoes: "2", notas: "teste"}
In this way, I can get each of the Ar...