1
0
Fork 0
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:
Gunther Brunner 2014-06-23 14:32:12 +09:00
parent 958cfd090e
commit 692582ce3d
7 changed files with 99 additions and 35 deletions

View file

@ -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
])