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
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