My scope is loaded asynchronously and then it calls $scope.$apply()
.
All looks good except the view-title
doesn’t get refreshed…
<ion-view view-title="{{group.displayName}}">
My scope is loaded asynchronously and then it calls $scope.$apply()
.
All looks good except the view-title
doesn’t get refreshed…
<ion-view view-title="{{group.displayName}}">
Use ion-nav-title instead… see here for some details