Skip to content

Commit

Permalink
adding additional argument to angularize call
Browse files Browse the repository at this point in the history
this is needed from changes in #993
  • Loading branch information
Abby Wheelis committed Jun 28, 2023
1 parent f125321 commit a3097ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/control/ControlDataTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ ControlDataTable.propTypes = {

// need call to angularize to let the React and Angular co-mingle
//second argument is "module path" - can access later as ControlDataTable.module
angularize(ControlDataTable, 'emission.main.control.dataTable');
angularize(ControlDataTable, 'ControlDataTable', 'emission.main.control.dataTable');
export default ControlDataTable;

0 comments on commit a3097ac

Please sign in to comment.