Ionic - Apply State when back to view

I have a simple Ionic app, with 2 states, When I go the the second state I do actions that should affect on the controller of the first view, when I go back to the first state like that:

$state.go('firstView');

Nothing changes (its not reinit the view) How can I make the first view update when I go back to him, Thanks