标签: angularjs coffeescript yeoman
我正在尝试使用在coffeescript中编码的angularjs指令绘制d3图形,但是我有这个错误:
TypeError: Cannot read property 'compile' of undefined at http://127.0.0.1:9000/bower_components/angular/angular.js:5221:38
我也使用return $ compile(scope)
参见 jsfiddle