-
Notifications
You must be signed in to change notification settings - Fork 441
Remove logging when ngModel is missing from the directive instance #401
Comments
Actually, in v0.14.x the |
Moreover, this directive reverts the changes to the DOM after the drop happens and relies on the model change and the |
@thgreasi, I understand, but it will be lead us to duplicate jquery/angular usage and duplicate configuration in single application. It will be DRY & good practice to use one library for single usecase in all over the APP. Thanks. |
Something like this should be enough, just remember to use |
Sorry, but Bad solution. |
We actually started logging info messages in the console, because there were tons of issues opened, claiming for bugs, but most of these people just forgot to use the If logging bother you, then I assume that you should already be using What is the use case that you are trying to achieve and this issue is blocking it? |
@thgreasi, I understand the reason of Anyway we should say thanks for this great package +1 |
@sszdh is there a specific use case that troubles you? |
@thgreasi, no special trouble! but seeing something like this, specially second line (
in browser's console, makes no sense in production. |
Hi there,
I think, in case of using
ui-sortable
withoutng-repeat
,ngModel
in directive definition should be optional and nolog
should be thrown in console.Case of
ng-repeat
-free:The text was updated successfully, but these errors were encountered: