Skip to content

Commit

Permalink
Replace miqrequired with required
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Mar 13, 2018
1 parent 0b11ca4 commit b5e472f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -29,9 +29,9 @@
"id" => "object_request",
"name" => "object_request",
"ng-model" => "scheduleModel.object_request",
"miqrequired" => "",
:required => true,
"checkchange" => ""}
%span.help-block{"ng-show" => "angularForm.object_request.$error.miqrequired"}
%span.help-block{"ng-show" => "angularForm.object_request.$error.required"}
= _("Required")
%div
Expand Down

0 comments on commit b5e472f

Please sign in to comment.