Upgrade HAML syntax with script

This commit is contained in:
Maikel Linke
2024-02-02 08:51:57 +11:00
parent 4516d90ede
commit c097f2b622
171 changed files with 928 additions and 1028 deletions

View File

@@ -1,3 +1,3 @@
%ul.wizard-progress
%li{ ng: { repeat: "step in ['details','address','products','review']", class: '{current: view==step}' } }
%li{ "ng-repeat" => "step in ['details','address','products','review']", "ng-class" => '{current: view==step}' }
{{ stepTitleFor(step) }}