Sha256: f64f8225ebd5686bacd94e273d7e2d17651c5f32196d61d95b143a136c9266e9

Contents?: true

Size: 240 Bytes

Versions: 6

Compression:

Stored size: 240 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 %>

<div ng-bind="<%= @model.bind(:life) %>"></div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
angular_sprinkles-0.3.0 spec/dummy/app/views/test/bind_form_for_helper.html.erb
angular_sprinkles-0.2.14 spec/dummy/app/views/test/bind_form_for_helper.html.erb
angular_sprinkles-0.2.13 spec/dummy/app/views/test/bind_form_for_helper.html.erb
angular_sprinkles-0.2.12 spec/dummy/app/views/test/bind_form_for_helper.html.erb
angular_sprinkles-0.2.11 spec/dummy/app/views/test/bind_form_for_helper.html.erb
angular_sprinkles-0.2.10 spec/dummy/app/views/test/bind_form_for_helper.html.erb