Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSpecifying root-el prevents vm.form from being populated #279
Comments
This comment has been minimized.
This comment has been minimized.
If you use anything other than or then there's no formcontroller to provide you with. So that simply wouldn't even make sense in that case. The solution is to wrap the in an ng-form or form which has a
(Sent from my mobile device, please forgive typos or brevity)
|
This comment has been minimized.
This comment has been minimized.
D'oh! Makes sense. Thanks :) |
s992 commentedMay 8, 2015
JSBin example: http://jsbin.com/molulomugi/1/edit?html,output
I tried to write a failing test for it, but I can't get the tests running on my system.. looks like an issue with the Babel loader. The failing test would probably look like this: