Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 67da9c3

Browse files
committed
Re-render table error missing argument 'scope' #621
1 parent 3d1bb7a commit 67da9c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/angular-datatables.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function dtOptionsBuilder() {
158158
hasOverrideDom: false,
159159

160160
/**
161-
* Add the option to the datatables optoins
161+
* Add the option to the datatables options
162162
* @param key the key of the option
163163
* @param value an object or a function of the option
164164
* @returns {DTOptions} the options
@@ -676,7 +676,7 @@ function dtDefaultOptions() {
676676
* Set the default options to be use for Bootstrap integration.
677677
* See https://github.com/l-lin/angular-datatables/blob/dev/src/angular-datatables.bootstrap.options.js to check
678678
* what default options Angular DataTables is using.
679-
* @param oBootstrapOptions an object containing the default options for Bootstreap integration
679+
* @param oBootstrapOptions an object containing the default options for Bootstrap integration
680680
* @returns {DTDefaultOptions} the default option config
681681
*/
682682
function setBootstrapOptions(oBootstrapOptions) {
@@ -819,7 +819,7 @@ function dtDefaultRenderer($q, DTRenderer, DTRendererService, DTInstanceFactory)
819819
function rerender() {
820820
_oTable.destroy();
821821
DTRendererService.showLoading(_$elem, _$scope);
822-
render(_$elem);
822+
render(_$elem, _$scope);
823823
}
824824
return renderer;
825825
}

0 commit comments

Comments
 (0)