Questions tagged as 'angularjs'

2
answers

How to delete input and bring filter options back

Good afternoon I have a cod. I want to be able to do this, but I do not know how to do this, but I do not know how to do this. just to simplify I made a reset button, which deletes my input but does not bring the options back, just brings it bac...
asked by 19.01.2018 / 16:43
1
answer

Ionic Authentication

I would like some help, as I have been trying to figure out a way to do this for days, but I still can not quite understand how to do it. I have an ionic application, where access happens through a login that gives me an access token that exp...
asked by 19.01.2018 / 16:16
1
answer

Questions Popover Bootstrap

I'm creating a popup with bootstrap, it pops up as soon as I hover the html tag, but when I try to click on the popover it pops up, it has some property that when I mouse over it let it open to get click in a link in the popover for example?...
asked by 06.12.2017 / 17:16
1
answer

Problem when doing paging in jQuery and Angular

I'm setting up a paging and I have the following problem. Firstly, my next and previous buttons are not working and shows no errors in the console. The second question is that when I select in the combo box, the value of items per page it...
asked by 06.12.2017 / 14:31
1
answer

Uncaught ReferenceError: angular is not defined

I'm having problems because I'm studying angled routes and I came across the following errors in the console Uncaught ReferenceError: angular is not defined at app.js:1 And also this Uncaught Error: [$injector:modulerr] http://errors.an...
asked by 02.12.2017 / 07:20
2
answers

Create Directive Attribute for date Month / Year in Angular JS

How to create a Month / Year date format I have developed the code below, and it is not going through the consoles menus, that is, it is not entering the link: Note: you are not giving any errors on the console. <div class="form-g...
asked by 18.12.2017 / 13:13
1
answer

Retrieve Firebase Object Value

Hello, I'm having trouble retrieving the value of an Object in Firebase Database. I have the following object in base: I would like to retrieve the value of lastId (108) and then save it in the list of Words objects with the last...
asked by 27.10.2017 / 16:32
2
answers

Remove blank option select option angularjs

Good afternoon, I need to remove the blank line that comes as default in the angularjs select, I would like to put a default value instead of the blank line. I researched several forums and tried many options but nothing worked. can you help me?...
asked by 10.10.2017 / 20:44
1
answer

Compare angular data Js

I would like to compare two dates in angular js, the two dates are like this: Sat Oct 14 2017 11:43:46 GMT-0300 (Hora oficial do Brasil) Sat Oct 14 2017 17:53:51 GMT-0300 (Hora oficial do Brasil) How do I get these two dates?     
asked by 14.10.2017 / 16:45
1
answer

Disable Filter Sensitive Case on Angular

I have a field in the page that serves to filter a table, but the filter is differentiating capital letters from lowercase letters, and I would like this not to happen, it follows the code: <tr ng-repeat="participante in listaCadParticipant...
asked by 17.10.2017 / 15:29