Controller not a function, got undefined, while defining controllers globally

后端 未结 14 1997
感动是毒
感动是毒 2020-11-22 00:22

I am writing a sample application using angularjs. i got an error mentioned below on chrome browser.

Error is

Error: [ng:areq] http://errors.

14条回答
  •  执笔经年
    2020-11-22 00:58

    I am a beginner with Angular and I did the basic mistake of not including the app name in the angular root element. So, changing the code from

     
    

    to

     
    

    worked for me. @PSL, has covered this already in his answer above.

提交回复
热议问题