@@ -56,7 +56,13 @@
msg.error(error.data.message);
});
};
-
+ $scope.$on('$ionicView.beforeEnter', function () {
+ $scope.vm={
+ dream:'',
+ about:'',
+ money:""
+ };
+ });
$scope.$on('$ionicView.leave', function () {
$ionicTabsDelegate.showBar(true);