angularjs - Angular + CoffeeScript JS fiddle errors -
this javascript jsfiddle works -> http://jsfiddle.net/franklovecchio/e3yet/
this coffeescript jsfiddle not work -> http://jsfiddle.net/franklovecchio/e3yet/230/
appending angular.bootstrap(document, [])
supposed make work, not. wrong?
the error see in console "uncaught error: no module: test"
well, trying initiate bootstrap
process whole document - not html element.
i updated fiddle here. changed it, app gets bootstrapped on div, not document itself.
Comments
Post a Comment