Questions tagged as 'angularjs'

1
answer

Can I put a controller inside another in html?

Let's suppose that my site made in AngularJS has a ng-include of a modal (a part of the screen that floats) I can define a controller in this HTML file to control the part that will be included even if I already have a controller before t...
asked by 26.07.2018 / 21:08
0
answers

Show records current month AngularJS

How to filter records by the due date. I have a records search page that when accessed only displays the records due in the current month. My question is how to make a filter and apply in ng-repeat. I have the example below plus the data comes f...
asked by 01.08.2018 / 18:59
1
answer

Search database specific data in ionic 3

I would like to know how to filter and receive only the data I want on each page. my database.ts: 'getAllProducts () { return new Promise<Produto[]>((resolve, reject) => { let sql = "select * from tb_produto"; this.executeQuery(s...
asked by 26.07.2018 / 14:58
1
answer

Doubt on query with parameters using AngularJS and http request get method

First, good afternoon. I have come to ask for your help because I have spent some hours looking for a solution and nothing. I'm trying to limit the SELECT * from financial list to the value set in the select field inside my form (HTML), for e...
asked by 22.07.2018 / 22:11
0
answers

How to make a datalist with the options generated with a json using angularjs?

I wanted to fill a field of professions with a list of professions already registered for the end user, as a way to help the user follow a pattern for the names. Then I thought one to use a datalist that showed the already registered professions...
asked by 21.07.2018 / 15:40
0
answers

Set MatDatePicker component format

How to set the format of the DatePicker component in Angle 6. In my Angular 6 app, I'm working with the Cloud Firestore database of Firebase . When performing a document query, when the document has a field of type Timestamp retur...
asked by 21.07.2018 / 15:57
1
answer

Hiding menu option according to user type

Good afternoon, I'm developing a registration system with angularJS and C #, when registering a new user there are two types of users to choose, administrator and librarian, being administrator type 1 and librarian type 2. and a menu with the fo...
asked by 11.07.2018 / 20:23
1
answer

Upload video files with angularJS

I have a page where I load the image files, pdf, xml, etc. On this page, I now need to upload video files too, I have researched some sites but I have not found examples of how to do it, when I try to upload an error is returned at the console b...
asked by 18.07.2018 / 16:02
0
answers

How to make a filter in the firebase query with angularfire2

I'm trying to bring from firebase only TCPs with level 4, using indexOn and angular fire, but still it always comes empty.     
asked by 18.07.2018 / 13:20
0
answers

Masks - html5, jquery, angularjs

Hello, does anyone know how to use the jquery library "vanilla masker"? I have some input fields that I want to mask this library for. What I understood by reading the documentation on how to create "customs" masks, var cpfMask = ['999....
asked by 18.07.2018 / 16:36