From a6498c2f9686c6fb72ab063e39ec0c6826440584 Mon Sep 17 00:00:00 2001 From: Aaron Hursh Date: Tue, 9 Jan 2018 14:54:43 -0700 Subject: [PATCH] Removed ng-disabled conditional from submit button on admin customers index. --- app/views/admin/customers/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/customers/index.html.haml b/app/views/admin/customers/index.html.haml index 485a8eb280..e09f80c66e 100644 --- a/app/views/admin/customers/index.html.haml +++ b/app/views/admin/customers/index.html.haml @@ -46,7 +46,7 @@ .row.margin-bottom-50{ ng: { show: "!RequestMonitor.loading && filteredCustomers.length > 0" } } %form{ name: "customers_form" } %save-bar{ dirty: "customers_form.$dirty", persist: "false" } - %input.red{ type: "button", value: "Save Changes", ng: { click: "submitAll(customers_form)", disabled: "!customers_form.$dirty" } } + %input.red{ type: "button", value: "Save Changes", ng: { click: "submitAll(customers_form)" } } %table.index#customers %col.email{ width: "20%", 'ng-show' => 'columns.email.visible' }