I've created a small calculator and now with help have got it working the way I want in Javascript. When I try and convert this AngularJS to coffeescript I get this error:
Error: Argument 'CalcCtrl' is not a function, got undefined
The code is actually working but the error is showing up in the java console, is there a way to fix this?
Here is my JSFiddle: http://jsfiddle.net/YUza7/13/