Laravel5Starter
Laravel5Starter copied to clipboard
AngularJS and Material desgin
Is it possible to integrate https://material.angularjs.org/#/ or Polymer for this project instead bootstrap Pls show me the workaround. Will you at any point in time integrate this for frontend ?
Hello! Thanks for the response. I had reaseach before few months about the Angular.js and Laravel 4. It is hard to implement but I know that there is a way. I can try. I am not familiar in depth with angular.js but the problem was that the Angular uses the same tags as Laravel - {{ }}. I've got to research this problem. I know that Angular is great and more flexible than jQuery and the similar plugins and libraries. I am not promising that I will make it but I will try. If everything is ok I will make a new branch with Angular integrated. For now I am planning to implement checkboxes column in the tables. The idea is to be possible to perform some of the operation on group of records. For example: If you want to disable a group of users. Two, three, ten or more of them. Also I've go to make it possible to use this functionality and to preserve the checked boxes during the surfing through the pages of the paginator. After this I will try to resolve this Angular issue. If everything works fine, I will move on Angular too. I know that is easier to use the jQuery table sorter plugin. But if you have large amount of data it is not good idea. So I think that the server side way is more reliable.
On 20.04.2015 06:11, Kuldeep Bhatt wrote:
Is it possible to integrate https://material.angularjs.org/#/ for this project instead bootstrap Pls show me the workaround. Will you at any point in time integrate this for frontend ?
— Reply to this email directly or view it on GitHub https://github.com/todstoychev/Laravel5Starter/issues/1.
Two way data binding problem with {{ }} has been solved here for angular and polymer. Take a look at http://blog.sethladd.com/2014/02/angular-and-polymer-data-binding.html
for chechbox implemetation look at this repo https://github.com/Rtransat/laravel-entrust-role-permission-panel#screenshots
ps. this stack ----> L5-ng-MD/polymer
I will try and see what I can do