Struggling here, spent hours on this already. Karma test keeps saying:
Error: angularAMD not initialized. Need to call angularAMD.bootstrap(app) first.
Take a look at the build on runnable.com. Hit Run
button or type gulp
in the terminal to run the karma test. Should see the error as shown above.
Anyone want to take a stab at figuring out where I went wrong? I'm already calling angularAMD.bootstrap(app)
in test/app.js
so I don't know why karma can't see it.