mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Finally fixed disappearing headers from dynamic columns.
Bind-once optimizations.
This commit is contained in:
5
res/app/components/stf/common-ui/include-cached/index.js
Normal file
5
res/app/components/stf/common-ui/include-cached/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = angular.module('stf.include-cached', [
|
||||
|
||||
])
|
||||
.factory('CompileCacheService', require('./compile-cache-service'))
|
||||
.directive('ngIncludeCached', require('./include-cached-directive'))
|
||||
Reference in New Issue
Block a user