Closed AronVanAmmers closed 8 years ago
Strange. I can't reproduce that on my machine. Console shows no errors. Neither in first time signup, as in edit screen for seller. @AronVanAmmers , can you add a screenshot?
I can reproduce it on current test version https://blockstars.io:4124/ by simply opening https://blockstars.io:4124/seller/signup:
Strange, I changed that console.log message at the top a while ago, so I'm wondering if this isn't a case of a hard refresh (ctrl+F5) or local recompile of .ts would fix. But it's probably a merge issue. I'll check it.
Fixed. To do this I just commented a scope variable in the message directive I had added to try and get some validation messages in the seller-proposals screen when there's an invalid filter specified. I forgot to change the seller-screen which I had refactored to use the same directive for it's message box. But the numerical fields are marked red now, when you type text in them, so that will probably suffice for now.
On opening https://selfsigned.blockstars.io:4124/seller/signup I see the error below in the console. The form seems to work fine though. After Submit the message "You signed up as seller" appears fine (suggesting that the ovMessage seems to work).