Angularjs: Error: [ng:areq] Argument 'HomeController' is not a function, got undefined

前端 未结 24 1551
抹茶落季
抹茶落季 2020-11-27 12:22

This is my demo using angularjs, for creating a service file, and adding service to a controller.

I have two problems with my demo:

  • One is when I put <
24条回答
  •  一整个雨季
    2020-11-27 12:50

    I was getting the error because i had added the controller script before the script where i had defined the corresponding module in the app. First add the script

    
    

    Then only add

    
    

    In the main file.

提交回复
热议问题