This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Remove logging when ngModel is missing from the directive instance #401
Open
Description
Hi there,
I think, in case of using ui-sortable
without ng-repeat
, ngModel
in directive definition should be optional and no log
should be thrown in console.
Case of ng-repeat
-free:
<ul ui-sortable="uiSortableProperties">
<% @items.each do |item| -%>
<li class="movable">
<%= item.text %>
</li>
<% end -%>
<li>....</li>
<ul>
Metadata
Metadata
Assignees
Labels
No labels