rpocklin / ui-router-tabs

Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router
Other
244 stars 57 forks source link

$scope data is deleted when the tab is changed #88

Open chrishenx opened 7 years ago

chrishenx commented 7 years ago

I have realized that all the data I used to have within the $scope object is gone when I come back to the tab.

Is that the expected behavior?

Thanks in advance!