Sha256: 57aa6b9765c8bce7bcb2b683606720a5f416e3174fcf6a3e61e18ad3dec82f02
Contents?: true
Size: 689 Bytes
Versions: 12
Compression:
Stored size: 689 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> <div id="bind-div" ng-bind="<%= bind(:hello, :world) %>"></div> <%= directive(:big_hello_world, html: { id: "directive-div" }) do %> <%= directive(:nested_directive, name: @model.bind(:name), html: { tag: 'h1' }) %> <% end %> <div id="model-bind"> <label for="input">Input</label> <input id="input" name="input" type="text" ng-model="<%= @model.bind(:name) %>" /> </div> <div id="bind-bind"> <label for="bind">Bind</label> <input id="bind" name="bind" type="text" ng-model="<%= bind(:hello, :world) %>" /> </div>
Version data entries
12 entries across 12 versions & 1 rubygems