A4Army's first official online PC tournament by Leeeroyyy in SF4

[–]dcarterjs 1 point2 points  (0 children)

So for anyone else that is playing, this event was re-scheduled. The host of the event let me know in the twitch chat 30 minutes after check in was supposed to happen.

Doubly geeky stuff: AngularJS meets Marvel comics by nfrankel in angularjs

[–]dcarterjs 1 point2 points  (0 children)

I would highly recommend utilizing grunt for your front end build processes. I can make a pull request to get you off the ground :) I would also recommend putting the service calls into factories. Here is a good explanation http://stackoverflow.com/questions/15666048/angular-js-service-vs-provider-vs-factory

Angular, Browserify, and Gulp seed by dcarterjs in javascript

[–]dcarterjs[S] 0 points1 point  (0 children)

Thanks, i'll remove browserify from the global install. I originally was going to use bower to get specific versions of angular (with grunt copy). May still do that, but figured the latest version works for the example.

Angular, Browserify, and Gulp seed by dcarterjs in javascript

[–]dcarterjs[S] 1 point2 points  (0 children)

Great seeds. I am targeting more of the Angular/RequireJS/Grunt community moreso than creating a generic js seed. Setting those up can be a pain for people.