Top "Coffeescript" questions

CoffeeScript is a language that compiles into JavaScript.

How to see what states are configured in AngularJS / UI-Router?

Is there a way to see all of the states that have been set on $stateProvider? In this case, I …

angularjs coffeescript angular-ui angular-ui-router
erb in coffee script with rails 3.1

I would like to use some erb in my .coffee files, like the following example myLatlng: new google.maps.LatLng(&…

ruby-on-rails erb coffeescript
How do I properly format long compound if statements in Coffeescript

If I had a complex if statement that I did not want to overflow simply for aesthetic purposes, what would …

coffeescript
What does "Splats" mean in the CoffeeScript tutorial?

Looking at this CoffeeScript tutorial : http://jashkenas.github.com/coffee-script/ I don't quite see what the Splats is for. What …

javascript coffeescript
Angularjs dependency injection in resolve

I would like to use proper dependency injection in MyCtrl1to inject the fields of the MyCtrl1.resolve object. I've …

angularjs coffeescript angular-routing
Were `do...while` loops left out of CoffeeScript...?

In CoffeeScript, the while loop comes standard: while x() y() However, the following1 doesn't work: do y() while x() And …

coffeescript
Filter with CoffeeScript list comprehensions

The CoffeeScript docs state that list comprehensions should be able to do the select/filter operations: They should be able …

list-comprehension coffeescript
NodeJS vs Play Framework for large project

I am really torn between two different stacks with which to build a large application. One the one hand there …

mongodb node.js playframework coffeescript anorm
what's the least resistance path to debugging mocha tests?

Edit Nov 2016: Node now has a built in debugger that you can start with --inspect. This answer explains it: https://…

node.js unit-testing debugging coffeescript mocha
grunt Cannot find module 'coffee-script'

I used the following commands to install a mean stack and create an app: > sudo npm install -g meanio@…

javascript node.js coffeescript mean-stack