jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 400 forks source link

how to write code in restangular?)) #379

Closed NShvetsov93 closed 8 years ago

NShvetsov93 commented 8 years ago

how to write code in restangular? For example, in angular, I wrote in the html ng-click="paginateBack()" and $scope.paginateBack = function () {} in controller, how to implement it here? The video in YouTube is explained only form, but how do other things not shown dynamic.Sorry for my english , it is google translate.

jadjoubran commented 8 years ago

@normann1993 there's no difference, you can use it just like we used it in the screencasts Make sure to check the official documentation for Restangular