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
I extension Array with eight methods, one of them like bellow. Array.prototype.localSort = function () { ... };
When I use $dialog.message without actions, but it will show eight black buttons and their 'action-key' match my extension method. So how can I fix it?
The text was updated successfully, but these errors were encountered:
I extension Array with eight methods, one of them like bellow.
Array.prototype.localSort = function () { ... };
When I use $dialog.message without actions, but it will show eight black buttons and their 'action-key' match my extension method. So how can I fix it?
The text was updated successfully, but these errors were encountered: