mercredi 1 février 2017

I have used a line in jquery i want it to be replaced by angular code..please help..this for click function in angular

angular.module('homeApp', []).controller('myCtrl', ['$scope', function($scope,$http) {
$scope.multiSearch = function() {
    $('#bsetecTable').attr('action','--actionvalue--');
    $scope.indexForm.submitted=true;
    }
}]);

i want to convert my full code to angularjs for form blade in laravel5



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2jvRsn7
via IFTTT

Aucun commentaire:

Enregistrer un commentaire