I do not truly understand why it is necessary to do an angular.bootsrap document, [\'MyApp\'] at the end of my CoffeeScript code that manages the module and con
angular.bootsrap document, [\'MyApp\']
Take a look at the error console. Your code throws an exception:
Uncaught Error: No module: InventoryModule
I think it has something to do with it. Manually bootstrapping by calling angular.bootstrap seems to workaround the actual problem.
angular.bootstrap