angular-meteorを使用しています。
angular$templateCache.get
サービスを介してテンプレートをロードしようとすると、 404/undefined
.
私の知る限り、流星が実行されると、彼はすべてのhtmlファイルを$templateCache
. 私はこれを見ることができません。$templateCache
私が最初に使用する場合にのみ機能します$templateCache.put
。
動作していません:
$templateCache.get("table-nested-sc")
働く:
$templateCache.put("table-nested-sc","some html")
console.log($templateCache.get("table-nested-sc"))
助言がありますか?
ありがとう!