Skip to content Skip to sidebar Skip to footer

Angular Nomod Error Even When The Module Declared With Empty Array

Trying to create a simple angular app like this : HTML
Test Variable : Copy

https://jsfiddle.net/xgr70bba/3/


Solution 2:

Your code does not have problem, but the problem is in fiddler. what is actually doing angular app name is already being injecting some how in html tag and when you add new app name in div then it throws error.

check this: Working example


Post a Comment for "Angular Nomod Error Even When The Module Declared With Empty Array"