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

dialogs folder must be copy to public views #426

Closed yosmelvin closed 7 years ago

yosmelvin commented 7 years ago

add this to gulp.js for copy html for dialogs .copy('angular/dialogs/**/*.html', 'public/views/dialogs/')

jadjoubran commented 7 years ago

Great, thanks @yosmelvin Would you be able to send a PR against master?

jadjoubran commented 7 years ago

Fixed in #431