spec/dummy/app/views/test/javascript_bindings.html.erb in angular_sprinkles-0.2.11 vs spec/dummy/app/views/test/javascript_bindings.html.erb in angular_sprinkles-0.2.12

- old
+ new

@@ -1,9 +1,9 @@ <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 |ctrl| %> +<%= directive(:bigHelloWorld, html: { id: "directive-div" }) do |ctrl| %> <div id="directive-ctrl-bind" ng-bind="<%= ctrl.bind(:attribute) %>"></div> <div id="directive-ctrl-call" ng-bind="<%= ctrl.call(:func, 'func result') %>"></div> <%= directive(:nested_directive, name: @model.bind(:name), html: { tag: 'h1' }) %> <% end %>