Am new to Angular so not sure if this is actually possible - however is it possible to refresh/reload a controller, without refreshing the HTML page itself?
So in doing so any variables that are instantiated with the controller would be recalculated and simply updated in my view?
Thanks.