Sha256: 0d994fe48ca22e186b15f40b53f62df35b5e466aa7a64e22e4c0870775df894e
Contents?: true
Size: 445 Bytes
Versions: 4
Compression:
Stored size: 445 Bytes
Contents
<div id="data-binding-div" ng-bind="<%= @model.bind(:name) %>"></div> <div id="bind-service-div" ng-bind="<%= service(:hello_world, @model.bind(:name)) %>"></div> <%= directive(:big_hello_world, html: { id: "directive-div" }) do %> <%= directive(:nested_directive, name: @model.bind(:name), html: { tag: 'h1' }) %> <% end %> <label for="input">Input</label> <input id="input" name="input" type="text" ng-model="<%= @model.bind(:name) %>" />
Version data entries
4 entries across 4 versions & 1 rubygems