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 Feb 2, 2025. It is now read-only.
- we had a problem where we have a directive created for our spinner, but angular-datatables only works with raw HTML
- pass $scope into showLoading(), which passes to DTLoadingTemplate.compileHtml(), which can then compile the HTML which can contain directives
- DTLoadingTemplate can then be overridden, with a custom html variable that can now contain directives
0 commit comments