Questions tagged as 'angularjs'

1
answer

Response javascript from server, field coming with a method / function?

I have a service that intercepts the response of the bank and sends out pro angular. Some responses from the server come with an example object with a $ id: function () field, but in the response the id comes right, when I get that response and...
asked by 22.05.2015 / 03:05
0
answers

Cors Api Google

I have the following request in the Google API using $ http AngularJS: $http.get('http://maps.googleapis.com/maps/api/distancematrix/json?origins=Porto Alegre&destinations=Sao Paulo&mode=driving&language=pt-BR&sensor=false');...
asked by 14.05.2015 / 22:54
1
answer

ANGULARJS- NG-OPTIONS

I have the following combo: <select data-ng-model="dadosAddContaCamara.camara" data-ng-options="item.codigo as item.descricao for item in controller.listarCamara"> I need the model dataAddContaCamara.camara pass as object values item....
asked by 19.06.2015 / 15:14
0
answers

Dropdown of Semantic UI does not work with AngularJS

I'm using the Semantic UI Framework, when the dropdown feature is within the ng-repeat directive, this feature simply stops working. Has anyone experienced this or something?     
asked by 27.05.2015 / 13:40
0
answers

Problem loading a Json file - AngularJS

I'm doing some testing to read a Json file via AngularJS, but I did not succeed in loading the data contained in the file. I tried to change the minified and normal angular version, but I did not succeed. I saw that there are some programs that...
asked by 25.06.2015 / 15:14
0
answers

Mestre-Detalle AngularJS and JSTL

Good afternoon guys. Next, I'm using AngularJS to add the details of a sale, however on the server side I'm using Spring MVC with JSTL making a forEach of the details to add on the server. HTML that retrieves the details and scrolls throug...
asked by 02.04.2015 / 20:25
0
answers

Error generating Ionic debug apk

I'm generating apk with: ionic build android So far so good from BUILD SUCCESSFUL And when I use: ionic emulate android Also from BUILD SUCCESSFUL When you emulate, there is only one white screen! no: ionic serve It runs...
asked by 20.03.2015 / 08:43
0
answers

Exams by type AngularJs

Well, I have a problem with my code. I was supposed to get all the exams of a certain type. <div class="box-body" id="teste" ng-app="app" ng-init="chargeData()" ng-controller="FormCtrl"> <ul class="nav nav-tabs" role="tablist">...
asked by 20.02.2015 / 10:28
2
answers

Run plugin after ng-view is loaded

I'm using the LocaStyle framework for development, so it runs certain plugin functions like jquery.mask.js and applies to the required elements. However, sometimes it happens that the plugin runs before the view is loaded, causing it to have...
asked by 04.01.2015 / 19:43
0
answers

Synchronization problems when sharing objects with Factory and $ watch

I'm trying to make a listing of places by neighborhood. This data comes from different URLs: www.example.com/api/lugares/bairro/1 www.example.com/api/lugares/bairro/2 ID of the neighborhood is generated in a control...
asked by 15.11.2014 / 05:15