<%= ng_directive(:bigHelloWorld, html: { id: "directive-div" }) do |ctrl| %>
<%= ng_directive(:nested_directive, name: @model.bind(:name), html: { tag: 'h1' }) %> <% end %> <%= ng_controller(:someCtrl, html: { id: "ctrl-div" }) do |ctrl| %> {{ <%= ctrl.bind(:someValue) %> }} <% end %> <%= ng_isolate do |ctrl| %>
<% end %>