You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Attribute callbacks capsulated with a function. This function has
try-catch scope and calls scope.received function by default.
Syntax warnings are cleared.
* If user defines ui-sortable-callback for @key and callback based option at the same time the html based ui-sortable-callback expression will be selected. (Overridden)
137
-
* If user defined ui-sortable-callback for @key but callback expression is empty then option based @key callback will be selected.
138
-
* If user not defines a option for @key callback then html based ui-sortable-callback will be just selected.
139
-
* If user just defines option for @key callback then it will be attached.
* If user defines ui-sortable-callback for @key and callback based option at the same time the html based ui-sortable-callback expression will be selected. (Overridden)
138
+
* If user defined ui-sortable-callback for @key but callback expression is empty then option based @key callback will be selected.
139
+
* If user not defines a option for @key callback then html based ui-sortable-callback will be just selected.
140
+
* If user just defines option for @key callback then it will be attached.
0 commit comments