Files
stf-DeviceFarmer/res/app/components/stf/common-ui/include-cached/index.js
Gunther Brunner 692582ce3d Finally fixed disappearing headers from dynamic columns.
Bind-once optimizations.
2014-06-23 14:32:27 +09:00

6 lines
201 B
JavaScript

module.exports = angular.module('stf.include-cached', [
])
.factory('CompileCacheService', require('./compile-cache-service'))
.directive('ngIncludeCached', require('./include-cached-directive'))