diff --git a/app/views/spree/admin/products/index.html.haml b/app/views/spree/admin/products/index.html.haml index f08b4a26a2..b7c4a3853a 100644 --- a/app/views/spree/admin/products/index.html.haml +++ b/app/views/spree/admin/products/index.html.haml @@ -5,9 +5,10 @@ %div{ ng: { app: 'ofn.admin', controller: 'AdminProductEditCtrl', init: 'initialise()' } } = render 'spree/admin/products/index/filters' - = render 'spree/admin/products/index/actions' - = render 'spree/admin/products/index/indicators' - = render 'spree/admin/products/index/products' + %div{ 'ng-cloak' => true } + = render 'spree/admin/products/index/actions' + = render 'spree/admin/products/index/indicators' + = render 'spree/admin/products/index/products' - %div{'ng-show' => "!RequestMonitor.loading && products.length > 0" } - = render partial: 'admin/shared/angular_pagination' + %div{'ng-show' => "!RequestMonitor.loading && products.length > 0" } + = render partial: 'admin/shared/angular_pagination'