Sha256: c6c84398d78e93ff5cb9211e5e73d33680a0c14c1ecc291f4ff449868b0d7758
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
<%= bind_form_for @model, :form_submitted do |f| %> <%= f.submit 'Submit' %> <% end %> <%# test that this works %> <%= bind_form_for [@model, @model], :form_submitted do |f| %> <% end %> <div ng-bind="<%= @model.bind(:life) %>"></div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
angular_sprinkles-0.2.8 | spec/dummy/app/views/test/bind_form_for_helper.html.erb |