As I said, you need to translate between your server objects (for example @Model) and objects on the client side.
For example, if you just wanted to use a property Name @Model, you could do something like this:
<div ng-init="init('@Model.Name')"></div>
$scope.init = function(name){
console.log(name);
}
, @Model.Name JavaScript ( ).
, @Model. .
, $http .