AngularJS: Uncaught Error: [$injector:modulerr] Failed to instantiate module?

后端 未结 6 1580
清酒与你
清酒与你 2020-11-30 03:26

I am new to AngularJS and working my way through some documents and tutorials to learn. My question is in reference to Egghead\'s video series, this video in particular, dem

6条回答
  •  遥遥无期
    2020-11-30 04:03

    I had to change the js file, so to include "function()" at the beginning of it, and also "()" at the end line. That solved the problem

提交回复
热议问题