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

前端 未结 24 1575
抹茶落季
抹茶落季 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:44

    Check if your HTML page includes:

    1. angular.min script
    2. app.js
    3. controller JavaScript page

    The order the files are included is important. It was my solution to this problem.

    Hope this helps.

提交回复
热议问题