Zemke

Results 44 comments of Zemke
trafficstars

An easy and quick workaround is ending your `ngClick` expression with `; true ||`. Why does that work? The switch directive itself applies the `ngClick` directive on it: ```js '...

That `; true ||` does still throw an error, because it’s an incorrectly terminated expression. One way I figure is to do some verbose counter-intuitive “state-setting”. But it is valid...

Hey fellow in misery, I’d just fumbled around with this as well and it turned out you mustn’t use `element` as the reference to an entry in your array. So,...

This won’t be merged since the project is to be kept as simple and as close to Laravel and AngularJS fundamentals as possible as it’s just a boilerplate to get...

Good idea! I will be working on it. Thanks!

As a first step I deployed the app on Heroku to enable a quick showcase. https://starter-laravel-angular.herokuapp.com

Well, modules can be added as needed as far as I am concerned. Following this discussion in the repo Zemke/starter-laravel-angular uses for sessions. https://github.com/tymondesigns/jwt-auth/issues/91 (There are actually no real sessions....

Thought of it, also wanted to do it, but I found a reason not to do it—I can’t remember. :beer: There’s already an Angular 2 Laravel boilerplate, by the way....

Hey, glad you like this repo. That boilerplate is a good idea. I like it, too. It will show an example on how to play around with authentication and authorization....

Good idea, I like it. I will leave it here for some others to add their thoughts.