I\'m using Angular2-rc5, and I\'m currently getting an error on my login page. I\'m trying to make a form but the console throws exceptions telling me that it can\'t find my
In my case, I used Angular forms with contenteditable elements like div and had similar problems before.
contenteditable
div
I wrote ng-contenteditable module to resolve this problem.