Questions tagged as 'angularjs'

1
answer

Transition effect in menu with angle

I would like a transition effect in the menu when giving a ng show or ng hide (click the open button). <a class="sandwich panel" ng-class="{'open' : isOpen}" ng-click="isOpen=!isOpen; toggleCustom()"> <div> </di...
asked by 08.03.2017 / 15:31
1
answer

pick up input values

I needed to create a code to generate inputs dynamically, below is the code: HTML <div id="divProdutoBase" style="display:none;"> Telefone: <input type="text" id="produto[]" name="produto[]" ng-model="telefones" /> <inp...
asked by 03.11.2016 / 11:18
1
answer

add in firebase with angularfire $ add

My scripts: <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.0/angular.min.js"></script><scriptsrc="https://cdn.firebase.com/libs/angularfire/2.2.0/angularfire.min.js"></script> <script src="https://w...
asked by 18.01.2017 / 14:59
1
answer

How to Filter with two conditions using Modal in Ionic

I created a modal that filters only the categories that are registered, now I would like to get the selected items in the CheckBox of this modal and filter according to the categories selected by the user, I am not sure how to do this filter:...
asked by 12.10.2016 / 22:38
1
answer

How to close uib-popover when clicking outside?

I'm trying to use the uibPopover of the Angular UI Bootstrap to display a input field. The problem I'm having is that by clicking off the popover, it is not closing. I've already looked for some answers in SOEN which s...
asked by 26.09.2016 / 14:47
1
answer

search function in a list angularjs

Hi, I have a function that searches a list for the occurrence of any string typed in the field that is passed as its parameter, it works fine for fetching these strings: $scope.$watch('q', function(newValue, oldValue) { if (oldValue != n...
asked by 23.11.2016 / 17:07
1
answer

AngularJS generation of PDF

Good morning. I'm working with angularjs version 1.5, and am having trouble generating PDF. The response gets a byte array would like some help. this.TesteService.relatorio().$promise.then((response) => { console.log('response',r...
asked by 22.11.2016 / 12:06
1
answer

Show which policies are being used on the page

Is there any way to find out which policies are being used on a page? Below is an example <div> algumas coisas ... <minhadiretiva></minhadiretiva> <minhadiretiva1></minhadiretiva1> <minhadiretiva2></mi...
asked by 03.10.2016 / 12:51
1
answer

How to ensure api's rest security

I am creating a system using the MEAN Stack and I had a question .. My angled client application makes a request for api ex: POST link If some malicious user finds the api url he could do a post without going through the client of my app...
asked by 08.11.2016 / 02:29
1
answer

How to add or remove quantity of items in a List in Ionic

I'm trying to add and remove quantity in a list of products, as the image shows: ThisistheViewofthisscreen:<ion-viewview-title="Comprar Bebidas Adicionais" hide-nav-bar="false" > <ion-content delegate-handle="top" lazy-scroll...
asked by 05.09.2016 / 18:49