Questions tagged as 'angularjs'

0
answers

Friendly URL in scope

How can I pass: categoryId=101010&subcategoryId=1210101020&priceMin=1000&priceMax=3000 To: /tv/smart-tv/1000/3000 no $scope?     
asked by 05.11.2017 / 02:38
1
answer

When I use Express.js and Angular? (using Node.js)

Hello, good evening guys, I started to study Node.JS about 2 weeks ago, and I am in doubt about these 2 frameworks, because in the video lessons I was initially seeing about Node.Js, the boy only used Express as Framework. But everywhere I look I...
asked by 14.10.2017 / 06:54
0
answers

How to perform a push notification before a certain period in ionic?

Hello, I'll try to clarify the maximum of my doubt, let's break it down: My user will schedule a task with a date and time set, for example, marked a task on October 20, 2017 at 3:00 PM, and other users will see this task marked, this informa...
asked by 13.10.2017 / 22:08
0
answers

Insert Date today input - Angular

I'm maintaining an angular code, but I do not know much about version 1 of this framework, how do I put today's date in this input? Does anyone have any ideas? <input disabled type="text" class="form-control dateinput" datepicker-popup="{{f...
asked by 10.10.2017 / 16:53
1
answer

Trigger event when clicking off element

I'm having a problem with an AngularJS 1.6 implementation. I need to trigger an event by clicking outside a div element for example. Note: ng-blur only works with form fields. <li class="dropdown-toggle" ng-controller="SearchCtrl as c...
asked by 10.10.2017 / 02:35
2
answers

How to update the collection of a service by index calling a second service?

In calling a service within my controller I load a few data, and as soon as this data is loaded, on the screen, the complete data for a given filtered item must come in, requests are occurring, the second one little slower, exactly as it should...
asked by 09.10.2017 / 22:08
0
answers

AngularJS - Json in LocalStorage does not update Array

I have a form in a View that should update the "color" property of an Array. This array contains 5 objects, each one serving to set the color of an element of another View (so the option to use localStorage, since I can not use any access to the...
asked by 09.10.2017 / 14:06
0
answers

How to do a search in a set passing the character as a parameter in JavaScript?

I have two distinct functions, one does one search for one id (works) another does one search for a letter character (it works). I need these two functions to work together, like? When I select the id, which return the set belonging to that i...
asked by 27.10.2017 / 15:35
0
answers

ng-include improves website performance?

Good evening I would like to know if I separate the html in parts and use ng-include to add them to the index, improve the performance of the site? making it faster Thank you in advance !!     
asked by 04.10.2017 / 21:39
0
answers

How to solve a promise in angularjs

I have the following onLogin function and within it I have a promise being called in LoginService how do I pass a unit test on this promise? function onLogin(e, args) { DebugMode && console.info('[INFO]', 'Login requested...
asked by 06.10.2017 / 21:03