Questions tagged as 'angularjs'

1
answer

How is the ionic [style] directive used?

I once read in a documentation that you could use an ionic or angular style directive, I do not remember well, I just remember that it was like this: [style.width]='expresión' and I can not find the documentation, does anyone know how to...
asked by 23.09.2017 / 01:48
2
answers

Validate input in angularJS $ error

How can I validate so that the botón does not allow me to change the password until they are equal ?, something with $error or ng-message . I want that when I change the password validate that if there is something in the...
asked by 22.09.2017 / 19:12
2
answers

ng-repeat filter

Good afternoon, my problem is as follows I have the following information. <div ng-init='programa= {"cuatrimestres": [ {"1": [{"id":"1","codigo":"IF001","Descripc...
asked by 28.08.2017 / 17:31
1
answer

URL parameters in Angular

I am developing an application in Laravel + Angular using ngLaravel, which is a kind of CRUD that integrates Laravel and Angular with JWT and a template. Although I do not have much experience in Angular, I have managed to create the modules...
asked by 28.08.2017 / 16:18
1
answer

How to get botton and top

I'm using angularjs and I have to get the top and botton of the scroll and the top and botton of the div that contains the scroll, all this to know if the scroll is completely down, My goal is to know if the scroll is below , with the followin...
asked by 11.07.2017 / 01:55
1
answer

Modify the DOM with ng-click

I'm trying to add a link that then has to have a ng-click inside (add or remove certain functionality) var enlace = '<a class="subEmpleado" ng-click="removeEmployee(user)"><i class="fa fa-minus-square"></i></a>'; var ht...
asked by 17.07.2017 / 14:06
1
answer

Validate if there is a selected checkbox AngularJS

Good morning, I have a problem that I do not know how to do. I have a form with a checkbox list and I have to validate that there is at least one selected. the form is this: <form id="formDetails" name="formDetails" ng-submit="sendForm()...
asked by 06.09.2017 / 23:53
1
answer

Assign value to a date in angular 2 (binding)

Good evening. I need to set / assign a value to a date of a specific component that is a date before loading my page. In this example I try to assign the first and last day of the month. HTML: <pf-input-date [(date)]="fechaHasta" mode...
asked by 31.07.2017 / 23:58
1
answer

When compiling for Angularjs4, the page stays in "Loading ..." with "ng build --prod"

I'm learning Angularjs4, while I'm trying code everything is fine, that is, executing    ng serve The problem arises when I try to compile the project for production, the sentence that I execute is the following    ng build --prod...
asked by 01.08.2017 / 07:21
1
answer

angular routes in angularJs does not show anything

I am using angularjs and I use the angular routes, this is my configuration var myapp = angular.module('automate', ["ngRoute"]); myapp.config(function($routeProvider){ $routeProvider .when("/", { templateUrl:"templates...
asked by 06.03.2018 / 16:25