Error: [ng:areq] from angular controller

后端 未结 20 2128
攒了一身酷
攒了一身酷 2020-11-27 17:39

This is a long shot, but has anyone seen this error before? I am trying to add \'Transporters\' using express, angular and mongoDB. I get this error whenever I access a page

20条回答
  •  遥遥无期
    2020-11-27 18:10

    This happened to me when I have multiple angular modules in the same page

    I encountered this error when I used partial views

    One partial view had

    
    

    Other had

    • {{item.Name}}

    I had them in same module with different controller and it started working

提交回复
热议问题