Modal Window Issue (Unknown Provider: ModalInstanceProvider)

后端 未结 4 1901
醉话见心
醉话见心 2020-12-31 00:54

New to AngularJS and can\'t seem to find out what this error means. I\'ve found a few others with the same error but it seems their issues don\'t correlate to mine.

4条回答
  •  情歌与酒
    2020-12-31 01:41

    1. If you are providing the controller name while opening and also in your template then you will get same error.

    2. Remove the ng-controller from your template

    Happy coding

提交回复
热议问题