Questions tagged as 'angularjs'

2
answers

How to fix Angular 2 error in Eclipse?

When trying to create an Angular project in eclipse, this error comes out and does not allow the project to be opened. Why is it being generated? How can it be solved?     
asked by 06.10.2017 / 07:10
2
answers

Get all javascript errors

How do I make catch of all errors in the javascript console? I'm wanting to capture every error that plays during the site cycle and execute a function every time it happens. I am using Angular 1.6 . I found that with the window.o...
asked by 10.04.2018 / 14:37
2
answers

Delete scroll from a md-select does not work

I have the following code in Angular 1.X: <md-input-container style="margin:0; overflow-y: hidden !important;"> <label>STATUS</label> <md-select style="overflow-y: hidden !important;" ng-model="query.filte...
asked by 08.02.2017 / 15:49
1
answer

right click to edit div

I try to make the div editable but the first attempt does not work, then if it works, what is the error?    try it out by clicking on the phrase var app = angular.module('plunker', []); app.directive('rightClick', function(...
asked by 23.08.2017 / 03:48
2
answers

Angular Error assigning "*" to a variable declared in the scope

My problem is as follows, I have declared the following variable in the scope: $scope.submit={ next:"", formparams:"", value:"" }; In my HTML I have: <div> <div ng-repeat="opcion in menu.opciones"><l...
asked by 29.03.2016 / 05:24
1
answer

The form does not work when clicked

I'm trying to make a form with angularjs 1.5 to obtain the token of a server, but when clicking, I do not get any result or error message. Use AngularUI Router to set the route of the form ... // otras rutas .state('login'...
asked by 04.10.2016 / 03:56
1
answer

Change position to the div when I click AngularJS

I am trying to position the box azul depending on the box to which I give click , that is, if I give click to the green box, the blue box should go down to where the green box is, not it can be at the top, it should be as if...
asked by 24.01.2018 / 22:13
1
answer

Native Storage Error, does not show the following screen - IONIC 3

I'm trying to implement a login, which has 2 registration options, one with your data that is in FB, and the other put them manually. In the first form, the user uses his / her facebook account, to obtain the corresponding data of this user...
asked by 10.08.2017 / 18:09
1
answer

Send email with ionic framework

I am trying to send an e-mail when I click on a button. I have followed a tutorial but what I have done does not work. This is my code: app.js: angular.module('starter', ['ionic']) .run(function($ionicPlatform) { $ionicPlatform.ready(...
asked by 21.07.2016 / 08:32
1
answer

Problem with ng-change checkbox in Angular

I am using a checkbox that executes an AJAX request to change the state of a record from 1 to 0 and vice versa. This is the code that renders each site: <div class="col-xs-12 col-md-3" ng-repeat="site in sites">...
asked by 07.11.2016 / 00:58