templateCache
testModual.run(function($templateCache){
$templateCache.put("hello.html","<div>Hello everyone!!!!!!</div>");
})
在这里是指把<div>Hello everyone!!!!!!</div>放在hello.html中了吧,但实际上hello.html不存在的时候也可以get到,这是怎么回事儿
testModual.run(function($templateCache){
$templateCache.put("hello.html","<div>Hello everyone!!!!!!</div>");
})
在这里是指把<div>Hello everyone!!!!!!</div>放在hello.html中了吧,但实际上hello.html不存在的时候也可以get到,这是怎么回事儿
2016-06-23
举报