Posts by Vinicius Scaramel • 1 point
1 post
-
0
votes0
answers374
viewsQ: I cannot view object data returning from $http.get in the view
I’m getting data from an api via $http request. This is my controller. angular.module('supernovaWebApp',['ui.router']) .controller('professoresCtrl', ['$scope', '$http', function($scope, $http){…