Posts by Dener Troquatte • 3 points
3 posts
-
0
votes1
answer233
viewsQ: Routing with "id" parameter ends on white page
When I routing with id parameter ends on white page. http://denertroquatte.com.br/app My app starts appears the posts, so I click on the post it goes to the other page and "was to appear content"…
-
0
votes2
answers93
viewsA: Does not pull a certain Array value
I managed to solve it that way: <div ng-repeat="i in data"> <p>Não puxa: {{i.a}}</p> <p ng-repeat="day in i.c">Puxando o Valor: {{day.d}}</p> </div>…
angularjsanswered Dener Troquatte 3 -
0
votes2
answers93
viewsQ: Does not pull a certain Array value
I have a little problem in Angularjs I need to pull the array values angular.module('app', []) .controller('Ctrl', ['$scope', function($scope) { $scope.data = [{ a: 1, b: 2, c: [{ d: "z", e: "4" },{…
angularjsasked Dener Troquatte 3