I have file
reg.html
<label>Name:</label>
in require.config :
requirejs.config({
paths: {
reg:"/templates/reg.html"
}
})
When i try load template :
define('ng_start',["angular","jquery","reg"],function(An,$,template){
....
})
GET /templates/registry.html.js?bust=1417489939824228.12310815788805 require.js:166 Uncaught Error: Script error for: registry http://requirejs.org/docs/errors.html#scripterror
How deleted js extension from registry.html.js ?