Brian Feister

Results 37 comments of Brian Feister

This solution seems cleaner than other ones presented: https://github.com/a5hik/ng-sortable/issues/128

+1 for @pfouque's solution, hopefully the directive itself can be patched.

I've been struggling with this one for a while and just now discovered that there is a solution built into the module by @a5hik. For me, the problem is that...

I think there should be some kind of option for SHIFT + Click selection which is an expected behavior from many web applications. Right now, it seems that there is...

For what it's worth, I'm joining this project (using it for a huge, just-now-starting-development production app) from a previous seed of https://github.com/DaftMonk/generator-angular-fullstack. Personally, I would love to see this project...

Are you separating your front and backend @lookfirst ? Also, make sure to steal liberally from https://github.com/DaftMonk/generator-angular-fullstack/blob/master/app/index.js for examples of giving users prompts in yeoman like "Do you want a...

Also, have a look at https://github.com/Swimlane/systemjs-route-bundler/issues/15 for a problem I ran into when migrating the JS into `/client/src` rather than project root

Thanks for the shout out. That gulpfile is long, the magic is pretty simple, I just broke the `compile` task out so that LESS has it's own stream and also...

Oh and there is one other "gotcha" I almost forgot about, I'm using `gulp-filter` to stop the stream when it catches a `*.map` file which will trigger the unwanted page...