Below is the code i am calling on a factory controler but below code is not working, is there any thing wrong with syntax?
<script>
EposApp.factory('getCustomization', function () {
return
{
customization: @Html.Raw(Json.Encode(@Model))
}
});
</script>