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

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