Questions tagged as 'angularjs'

0
answers

undefined is not a constructor (evaluating 'PermissionsService.isPermitted (entity, crud_check)') thrown

Function: function checkPermissions(entity, crud_check, msg, title, state_redirect, paramsRedirect) { try { if (PermissionsService.isPermitted(entity, crud_check) === false) { showToastrError(title, msg, sta...
asked by 22.09.2017 / 22:38
1
answer

Add map with search service using angularjs and google maps

I have a map and wish that it can be located and marked at a certain point by the address passed by the user. Example: The user types: calle são joão, 403, São Paulo, Sp. The map should return the point on the map for the address entered. html...
asked by 21.09.2017 / 21:41
0
answers

How to use ng-repeat inside the ui-carousel library?

The carousel works, but I'm not able to do ng-repeat within the policy, how could I solve this? In the controller I have the collection: $scope.steps = [ {id:1, text: 'nnoonon 1', current:1, collection:[]}, {id:2, text: 'nnoonon 2',...
asked by 02.10.2017 / 21:36
1
answer

As popular dropdown 2 based on dropdown 1 with angular

I want to use two dropdowns in my HTML5 Depending on what I select in dropdown 1, it displays its data in dropdown 2, as in that link . I looked up the documentation for the angled this that came very close, but still did not work. NOTE: Both...
asked by 22.07.2017 / 02:09
0
answers

I can not make $ http.post in Angular, and no error is returned

Although it does not return an error, POST does not seem to be working. My code: // ADICIONA contato AO VETOR contatos $scope.adicionarContato = function(contato) { contato.data = new Date(); // REALIZA POST EM contatos, PAS...
asked by 13.06.2017 / 14:18
1
answer

Result of the GET method brings all the relations and the subrelations of the bank

I have an application in which I have a list screen I'mdoingaGETmethodonmySpringBootAPIClasscontroller@RequestMapping(method=RequestMethod.GET,value="/distritos", produces = MediaType.APPLICATION_JSON_VALUE) public ResponseEntity<Coll...
asked by 05.10.2017 / 16:04
0
answers

Cache - Angularjs

I have an application angularjs (1.xx) / php that every version update, some users who use Firefox in the latest version, are required to run CTRL + SHIFT + R to clear the cache and get the updated version of application. What would be the ideal...
asked by 06.10.2017 / 15:25
0
answers

Is there a non-angular limit for request post?

I'm doing a post request via $ http in the angle, and when my back end returns a very large json string it does not load, this makes me wonder if there is any setting limiting a request that returns a very large string. My back end is in PHP....
asked by 15.02.2017 / 14:07
2
answers

How to read json in angular1?

I have the following json {"message": "457896","additionalData":{"google.message_id":"0:149534266","coldstart":false,"collapse_key":"com.ionicframework.lucasteste693113","foreground":true}} How can I give an alert to show all information?...
asked by 21.05.2017 / 08:13
2
answers

Loading with AngularJS

I have an object that indicates that the page is loading. However, it is not working correctly, it follows code: HTML: <div class="fundo_login"> <div class="carregando_inicio" ng-if="carregando == true"> //Quando carregando fo...
asked by 15.05.2017 / 21:23