Questions tagged as 'angularjs'

0
answers

Why did I login for google plus in angularjs not working correctly?

I have a mobile app and I have option to log in by google plus I have controller but when I log in and I choose the account the information is not stored in session.set I did following this tuturial link I already did step 1 of t...
asked by 13.10.2015 / 12:52
0
answers

RouteParams no angularjs

I'm using RouteParams in AngularJs $routeProvider.when("/ReciboPagamentoCorretor/:NUMERO_RECIBO", { templateUrl: "view/ReciboPagamentoCorretor.html", controller: "ReciboPagamentoCorretorController" }) but at the time of rootScope...
asked by 14.01.2016 / 04:01
2
answers

Problem in request with jQuery ($ .ajax) and Angular ($ http)

I'm trying to get some data from an API in the quickest and most direct way. Using Postman I get this easily just by giving a GET in the url ( link ), so I get: { "error": 0, "grupos": [ { "Titulo": "A inteligência emocional do s...
asked by 30.11.2015 / 20:33
0
answers

Problem installing ngcordova on ionic

I have a mobile app I installed ngcordova to use its plugins but when I try to install it it never adds me lib/ngCordova to the project folder, I would like to know how to fix it. To install I am using bower install ngCordova...
asked by 25.09.2015 / 13:57
1
answer

How to get from city name in the ngcordova geolocation plugin?

I have a mobile app with the ngcodova geolocation plugin that works only with only lat and long what I intend now and that same as giving me lat and long me I gave the name of the city how can I do? Control...
asked by 27.09.2015 / 21:21
0
answers

call a control from an http request in angularjs [closed]

How can I call a control file from an http (get) request $http({ method: 'GET', url: 'dashboard.do' }).then(function successCallback(response) { // this callback will be called...
asked by 25.11.2015 / 14:36
0
answers

Concept - Dynamic web menu [closed]

I am idealizing a personal project and I am doubtful about best practices. For a web-based system with access control, which of the following do you think is the most ideal? 1 - Mount a static menu, with all the options already created, re...
asked by 15.11.2015 / 19:38
1
answer

Loop with AngularJS data

I would like to make a frame with AngularJS data Populatingthedataviajsonlikethis: Example:date="" 01/01/2015 "but, the will only be shown the day The table is looped <div ng-app="myApp" ng-controller="myCtrl"> <table clas...
asked by 15.11.2015 / 03:03
1
answer

Using stateparams is not returning the json to display in detail [closed]

Well, I have the following problem: I have a json file, and I'm calling it like this: $http.get("../templates/teste.json").success(function (response) { $scope.x = response; }); On my route, it looks like this: .state('app.detalh...
asked by 20.09.2015 / 02:01
4
answers

Return php data to angularJS

Good evening guys. I'm doing a CRUD with angular and php. I have already managed to register data in the database, but I can not get this data and display it in the html. I think it's the file, fetch.php, which is not right. Follow the lin...
asked by 10.09.2015 / 03:48