Posts by John Muconto • 41 points
1 post
-
4
votes2
answers2945
viewsQ: Popular a table with form data in Angularjs
I am learning angular.js and am having difficulties with the following code var myapp = angular.module("myapp", []) myapp.controller('controller', function reset($scope){ $scope.reset = function(){…