Skip to content

Commit

Permalink
Merge pull request #3689 from himdel/fix-schedule-3613
Browse files Browse the repository at this point in the history
AeResolveOptions - use ng-if instead of ng-show
  • Loading branch information
mzazrivec authored Mar 28, 2018
2 parents 8897622 + 62b2704 commit f5101f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%div{"ng-show" => ng_show.to_s}
%div{"ng-if" => ng_show.to_s}
%div
= _("Object Details")
.form-group
Expand Down

0 comments on commit f5101f5

Please sign in to comment.