Posts by Vinicius Magalhães • 21 points
2 posts
-
1
votes1
answer42
viewsQ: Using stateparams is not returning json to display in detail
Guys, I have the following problem: I have a json file, and I’m making his call like this: $http.get("../templates/teste.json").success(function (response) { $scope.x = response; }); On my route,…
-
1
votes1
answer74
viewsQ: I am trying to change the property value of an object by ng-click:
When you click the button, I want to change the value of the property addButton within the variable gens for true. Could someone help me? Follow the example on Codepen.…