Skip to content

Instantly share code, notes, and snippets.

@boboTjones
Created October 1, 2013 17:33
Show Gist options
  • Save boboTjones/6782178 to your computer and use it in GitHub Desktop.
Save boboTjones/6782178 to your computer and use it in GitHub Desktop.
%form{"ng-submit" =>"submit()", "ng-controller" => "chalkboard"}
%ul{:style => "list-style:none;"}
%li{"ng-repeat" => "b in basics", :class => "form-inline"}
%label {{ b.label }}
%input{:type => {{ basics[$index].type }}, "ng-model" => "basics[$index].value"}
%input{:type => "submit", :id => "submit", :value => "Update"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment