Questions tagged as 'angularjs'

1
answer

Angularjs Prevent urls from entering without data

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...
asked by 17.09.2018 / 11:28
0
answers

jsPDF with colspan at the top of the table

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...
asked by 14.09.2018 / 17:32
0
answers

Problems with Safari

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...
asked by 12.09.2018 / 11:50
0
answers

open mdBottomSheet inside a card

How to open $ mdBottomSheet inside a card or div, instead of opening the whole page? I'm using AngularJs material.     
asked by 13.09.2018 / 21:31
0
answers

Pass icon and name in ng-options

If someone can help me, but thanks! This is my code: $scope.Moedas =[ { id: 0, nome: "REAL", icon:"fas fa-dollar-sign" ,ativo: false }, { id: 1, nome: "DOLAR", icon: "fas fa-dollar-sign", ativo: false }, { id: 2,...
asked by 11.09.2018 / 21:30
1
answer

How to send data to a modal in Ionic 3 of a Storage?

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...
asked by 06.09.2018 / 21:07
0
answers

Is it possible to display a map within a $ mdDialog.show?

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...
asked by 06.09.2018 / 15:23
1
answer

Incorrect IF condition return

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...
asked by 04.09.2018 / 17:50
0
answers

Ion-select not displaying options directly

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...
asked by 31.08.2018 / 15:41
1
answer

How to read an array string in Ionic / AngularJs or Javascript and pass to directives?

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...
asked by 07.09.2018 / 18:55