Tim Hardy

Results 27 comments of Tim Hardy

How about just npm, like ng-sortable? Not sure I understand. I see you have angular-sortable in the npmjs registry. That sounds like a great name. Most of the npm modules...

I'll try to get to this soon. I guess I don't link in vendor css very much.

I just got done fixing several other issues and don't have time to get to this tonight, but hopefully I'll have time to look at this over the weekend.

I fixed a similar issue this morning with vendorcss not being copied. I'm thinking vendor assets are not copied either. If you're adding that file to the vendor_files:assets variable in...

Absolutely. It's not on my radar at the moment, but I'd welcome a pull request :)

It does not. At one point it started directly from ng-boilerplate, but I fixed a lot of issues since then, and some brand new features have been added. Some of...

That must have gotten refactored out accidentally at some point. I'll add it back in soon, but the code you need is in app.js. Just replace the current empty AppController...

I'm probably going to change it to the following to be consistent with the "controller as" syntax when I put it in the generator... ``` app.controller('AppController', function ($scope, $state) {...

There are still some grunt-contrib references in the devDependencies of package.json, but these shouldn't impact your app in any way. Nothing gets added to your app payload if that's what...

I could definitely use help with the coffeescript side of generator-ngbp. The majority of what is here has been contributed by others, since I don't regularly work in coffeescript. I...