Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/webapp/js/lib/angular-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ angular.module('angular-table', [])
}, true);

// check for scrollbars and adjust the header table width, and scrolling table height as needed when the number of bound rows changes
scope.$watch('model', function(newValue, oldValue) {
scope.$watch(TemplateStaticState.modelName, function(newValue, oldValue) {
// flip the booleans to trigger the watches
ResizeHeightEvent.fireTrigger = !ResizeHeightEvent.fireTrigger;
ResizeWidthEvent.fireTrigger = !ResizeWidthEvent.fireTrigger;
Expand Down