I want to set ng-required to the razor model variable value but it does not work.
It works fine for setting classes but I am not using the angularjs attribute. It works with class but not ng-class:
ng-required="@(Model.IsNotesRequired)"
Is it possible to use razor variables with angularjs?