restyle portfolio and make all portfolio paths off of root and hide angular form until loaded

This commit is contained in:
Michael Q Larson
2015-01-11 22:19:56 -08:00
parent da3ed43b2f
commit fc00ef3f29
5 changed files with 139 additions and 97 deletions

View File

@@ -51,6 +51,7 @@ profileValidation.controller('profileValidationController', ['$scope', '$http',
$scope.storedEmail = data.user.email;
$scope.user.email = $scope.user.email.toLowerCase();
$scope.user.profile.twitterHandle = $scope.user.profile.twitterHandle.toLowerCase();
$scope.asyncComplete = true;
});
}
]);