[bug] Textarea (border) remains on the view after going back

On the view I have a textarea element.
I input some text and send it to the server.
And the app handles the response with

$ionicViewService.getBackView().go();  

But when going back a view, the border and the text of the textarea remains on the new view.
After you click/tap the view, it re-renders and the textarea is gone then.
This does not happen on desktop-browser, but on my android device (4.0.4).