Files
openfoodnetwork/app/assets/javascripts/templates/registration.html.haml
2014-09-11 16:34:20 +10:00

9 lines
391 B
Plaintext

%div#registration-modal{"ng-controller" => "RegistrationCtrl"}
%div{ ng: { show: "currentStep() == 'introduction'" } }
%ng-include{ src: "'registration/introduction.html'" }
%div{ ng: { repeat: 'step in steps', show: "currentStep() == step" } }
%ng-include{ src: "'registration/'+ step + '.html'" }
%a.close-reveal-modal{"ng-click" => "$close()"}
%i.ofn-i_009-close