Skip to content

Commit

Permalink
Fixed form buttons on edit form.
Browse files Browse the repository at this point in the history
Made changes to disable save/reset form button on initial load of Edit form

https://www.pivotaltracker.com/story/show/138302747
  • Loading branch information
h-kataria committed Feb 16, 2017
1 parent 1e10a83 commit f53149a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%option{"value" => ""}
= "<#{_('Choose')}>"

#playbook_div{"ng-if" => "vm.#{prefix}_repository_selected()"}
#playbook_div{"ng-show" => "vm.#{prefix}_repository_selected()"}
.form-group{"ng-class" => "{'has-error': angularForm.#{prefix}_playbook_id.$invalid}"}
%label.col-md-2.control-label{"for" => "#{prefix}_playbook_id"}
= _('Playbook')
Expand Down Expand Up @@ -63,7 +63,7 @@
"name" => "#{prefix}_cloud_type",
'ng-options' => "cloud_type for cloud_type in #{ng_model}.cloud_types",
"ng-change" => "cloudTypeChanged('#{prefix}')",
:checkchange => "",
:checkchange => true,
"pf-select" => true}
%option{"value" => ""}
= "<#{_('Choose')}>"
Expand Down

0 comments on commit f53149a

Please sign in to comment.