$scope.init = function (movieViewModel) {
$scope.property1= movieViewModel.property1;
$scope.property2= movieViewModel.property2;
};
i use this to get my ViewModel in my Angular controller
({{variable}} or ng-repeat="movie in movies") all the variables are here when google bot scan my pages
so i found seo a bit problematic is there any solution for this