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...
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...
Suppose I have the following
index.html
<div ng-controller="TestController">
.......
</div>
TestController.js
App.controller('TestController', ['$rootScope','$q','TestService', function($rootScope, $q, $TestService)...
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...
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...
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>...
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...
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...
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,...
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...