Advertisement
darkmavis1980

Submit with AngularJS

Feb 28th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .controller("AccordionDemoCtrl",['$scope',
  2.     function($scope){
  3.         $scope.submit = function(){
  4.             //qui mandi i tuoi model alle tue API
  5.             ...
  6.             // una volta mandati li svuoti
  7.             $scope.type = "";
  8.             $scope.description = "";
  9.             $scope.action = "";
  10.         }
  11.     }
  12. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement