Questions tagged as 'angularjs'

1
answer

Cors error in AngularJS

I have a question that I have been trying to find a solution for, but nevertheless it has not been entirely clear to me, I have an application made in AngularJS that consumes a JSON from an external source , the detail is the following I'm u...
asked by 06.01.2017 / 06:12
2
answers

Use data returned by $ http in the AngularJS driver

My problem is that I make a request for $http to recover some data that I need to use in my controller, the problem is that if I make a console.log out with the variable assigned to the data it marks undefined . I wanted t...
asked by 14.01.2017 / 12:31
1
answer

Call angularjs function from javascript

In an application that I am doing, I was asked to open the application from the browser. Install the plugin cordova-plugin-customurlscheme to define this and it works perfectly. From the browser, I receive certain values when the appli...
asked by 10.01.2017 / 13:01
2
answers

send JSON from Spring MVC to angularjs

I am trying to communicate spring MVC with angular, I send data from angular to spring but not the other way around, I have a login form, which I collect the data and send it to my JAVA project. This works well, now I intend to return the sam...
asked by 10.01.2017 / 11:52
1
answer

difficulties with ng-click and show data with angular

Greetings, such. I have an app that shows the people registered for an event and its corresponding place. Code in jade. Broadly speaking it is a list that shows the name of the person, in which table is located and how many guests have di...
asked by 27.10.2016 / 03:09
1
answer

How to use ng-change to control a toggle

It turns out I have a switch from the Angular Bootstrap Toggle library and I need to control its function using ng-change . In my html I have the switch as follows: <toggle ng-model="ValueResponse" ng-change="changed()" on="Enabl...
asked by 26.10.2016 / 21:20
2
answers

Filter Angular JS by topic

I have a website with questions that are loaded with Angular JS . These questions have title, answer and subject to which they belong. I want to include an option to navigate between themes, on the one hand by clicking on previous and next, and...
asked by 16.11.2016 / 13:33
2
answers

Angular routing

Good evening I am trying to use the Yeoman's Angular generator, and all good, but when I try to configure the route system with $locationProvider.hashPrefix('!') the routes fail because the route system adds an extra # in the Path. For...
asked by 24.11.2016 / 06:03
1
answer

Angular $ scope model is not updated

I'm trying to do the following, a query to 2 apis. The first query is to bring the data of a given city, I use it with promises. The second query is, to bring from that data 7 more data given longitude, latitude and date, I made it using a...
asked by 09.11.2016 / 03:48
1
answer

bootstrap-select select multiple

I use this library: link Possibility 1 $scope.opciones = [{"id":1,"name":"Test1"},{"id":2,"name":"Test2"},{"id":3,"name":"Test3"}] ; $scope.defecto = [{"id":1,"name":"Test1"},{"id":3,"name":"Test3"}] ; <select ng-model="defecto" class...
asked by 06.02.2017 / 13:50