[Templates] Use templateLinker from MCTContainer

...for compatibility with both template and templateUrl.
This commit is contained in:
Victor Woeltjen
2016-02-26 14:24:41 -08:00
parent 741d4476e6
commit e61711688e
2 changed files with 6 additions and 17 deletions

View File

@@ -319,6 +319,7 @@ define([
"key": "mctContainer",
"implementation": MCTContainer,
"depends": [
"templateLinker",
"containers[]"
]
},