mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Finally fixed disappearing headers from dynamic columns.
Bind-once optimizations.
This commit is contained in:
parent
958cfd090e
commit
692582ce3d
7 changed files with 99 additions and 35 deletions
|
@ -8,5 +8,6 @@ module.exports = angular.module('stf/common-ui', [
|
|||
require('./ng-enter').name,
|
||||
require('./tooltips').name,
|
||||
//require('./tree').name,
|
||||
require('./modals').name
|
||||
require('./modals').name,
|
||||
require('./include-cached').name
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue