Posts by Michael Marques • 1 point
2 posts
-
0
votes1
answer27
viewsA: Place the Angularjs switch function inside while php loop
This one is just an example of the function I used. function(angular) { 'use strict'; angular.module('SwicthControler', ['ngAnimate']) .controller('GradeController', ['$scope', function($scope) {…
-
0
votes1
answer27
viewsQ: Place the Angularjs switch function inside while php loop
I put the swicth function of angular, inside while in PHP. When executing only the first loop that works the rest of the function does not work. I’ve put the different ng-app and ng-controller names…