Questions tagged as 'angularjs'

1
answer

Why does ngImgCrop not work in a modal, angularJS?

I have the following modal: In this modal there is a field that will be useful to load an image and fill different fields for the creation of users. imageCropInput <div class="modal-style fade-in"> <div class="modal-header...
asked by 13.10.2018 / 03:49
1
answer

Execute expression when you finish fetching data using Http AngularJs

I am trying to make that when I give click to checkbox an expression is executed when it has finished bringing the datos of the function getUsers() , apparently it works fine. But then what I want to do is to deact...
asked by 31.10.2018 / 14:26
2
answers

Doubt multiple angular controllers

Suppose I have the following index.html <div ng-controller="TestController"> ....... </div> TestController.js App.controller('TestController', ['$rootScope','$q','TestService', function($rootScope, $q, $TestService)...
asked by 02.10.2018 / 14:15
3
answers

How to use ng-disabled with ng-repeat

It is possible to enable a checkbox generated by an ng-repeat, I know that we must take into account the index by the ng-repeat that I am using, as I am doing it active or deactivates all the checkboxes at the same time. <input ng-model="d...
asked by 22.11.2018 / 13:26
1
answer

How to show message if fix comes empty when filtering in angularjs?

What I want is that if there is no data when filtering, show me a message on a div that says: There are no people. <body> <div class="container" ng-controller="listadoCtrl"> <h1>Filtros</h1> <h4>Para e...
asked by 05.10.2018 / 00:48
1
answer

JS | AngularJs | Show page when checking a checkbox

I need you to check a checkbox, this will take you to a page. But I get an error: funcion is not defined MY CODE home.html <ion-header> <ion-navbar> <ion-title> Selecciona tu ciudad </ion-title>...
asked by 09.09.2018 / 18:40
1
answer

delete alert not configured

I have a problem that I do not know how to solve, to see if you can help me. In a window I have a window which has the personal data and other data of a person in which you have a "Modify" link that takes me to the form to modify the data, bu...
asked by 22.08.2018 / 11:14
1
answer

how to send data from a component to a server in angula 6

Hello friends, I have a doubt, it is possible to send data to service from one component and then from the service to send them to another component. in this code I have errors but in case what I would like is to pass the data array that is in t...
asked by 22.10.2018 / 00:11
1
answer

How to filter with ng-repeat in AngularJS

How can I make a filter for those items that have offers var app = angular.module('myApp', []); app.controller('myCtrl', function($scope, $http, $document) { $scope.items = [ { id: 0,...
asked by 27.09.2018 / 15:26
1
answer

Deactivate button with ng-disabled Angularjs

I have a select where I select the tipo of file that I will send if it is pdf or img , in case it is img I must send image-A and image-B just send 2 imgs must be deactivated the boton...
asked by 13.06.2018 / 14:51