Questions tagged as 'angularjs'

0
answers

Slick carusel angular with multiple images stored in api rest

I'm trying to make a carusel using slick carusel with multiple images that are stored in a database and I send them by means of an api rest but when I execute it, it does not make me the carousel but it only shows me the images asi: thi...
asked by 25.07.2016 / 22:50
1
answer

Send mail to multiple contacts Ionic framework

I have an example of sending emails using email composer. At the moment I send emails to a user, but I would like to know how I send the same email to an array of contacts. then I share my code: app.js .controller('General', function($sc...
asked by 26.07.2016 / 08:20
0
answers

How to fire a click? after a change event on a select in agularjs on safari [closed]

I have a big problem in safari when i try to fire click event on an input file, after and inside a change event (onchange, ng-change, $ scope.watch ... etc, i tried all). this works fine in chrome, explorer, but not in SAFARI. Here is an example...
asked by 23.09.2016 / 07:41
2
answers

Range between two hours momenjs (angularjs)

I am trying to find ranges between two given hours, in If what I want is to do the following: I have h1 = 20:00:00 and h2 = 20:30:00 What I want is for the final result to equal this: 20: 00: 00--20: 10: 00--20: 20: 00--20: 30: 00 This...
asked by 05.08.2016 / 05:57
2
answers

The ng-disabled directive does not work on the links

I want two links to be deactivated when I press a button. I wanted to use the ng-disabled directive but it does not work for links, only on buttons. something like this. This example does it but I need it with links     
asked by 22.06.2016 / 17:43
3
answers

How can I put a json object of the items of the products in a textarea?

I am using Angular and the ng-cart plugin for the shopping cart; the problem is that everything works fine but I require that the items be put in a textarea to save in the bd. The json that you send is: { "shipping":null, "tax":0,...
asked by 22.06.2016 / 18:53
2
answers

Codenerix - Disable a dropdown field to a foreign key using ng-readonly

Codenerix Does anyone know how to correctly use ng-readonly in a GenModelForm when calling from a sublist tab (GenList) which in turn invokes a CreateModal window? The structure is master-detail. The sublist has the pk of the master table...
asked by 23.11.2017 / 00:58
1
answer

Angularjs: ng-repeat and ng-if

I have a table that I fill with ng-repeat, in each row I have a button and I want that when I click on it the second ng -if="company.id == idcompany" appears but only in that row and it appears in all. How can I do it? <tr ng-repeat="compan...
asked by 29.07.2016 / 11:06
1
answer

I can not create dist in grunt serve

since yesterday I run into a problem that at the time of compiling the project with grunt serve:dist help throw me an error I've already tried different ways to solve it, such as clearing the npm cache, deleting the node_modul...
asked by 23.02.2016 / 17:54
1
answer

position: fixed; does not work in an AngularJS template

This is my code, the component I have it in a template it is not in the index.html, everything shows it correctly but for some reason the position : fixed; of my CSS does not work, does anyone have any idea why? exampleApp.componen...
asked by 18.07.2016 / 00:41