When setting the ion-view title's expression in the controller's scope, the title is truncated on first load until tabs are switched, and then it corrects itself. New in 0.9.25.
So if the title is $scope.tab_title = 'Popular Stories'; the initial load of that tab shows "Popular Sto..." instead.
When setting the ion-view title's expression in the controller's scope, the title is truncated on first load until tabs are switched, and then it corrects itself. New in 0.9.25.
So if the title is
$scope.tab_title = 'Popular Stories';the initial load of that tab shows "Popular Sto..." instead.