Sha256: a3d59c67f62eeca9510a37c2fea62d252a568a18366aac649de44e7058867e1b
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
<%= bind_form_for @model, :form_submitted do |f| %> <%= f.submit 'Submit' %> <% end %> <%# test that this works %> <%= bind_form_for [@model, @models], :form_submitted do |f| %> <% end %> <%= bind_form_for @models, :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.9 | spec/dummy/app/views/test/bind_form_for_helper.html.erb |