Problem with angular-templates

I fixed this by deleting my template html file tags.
When my file was:
`

` The error shows.

But when I change this into:
<div></div>

The error disappear.

Although I haven’t understood the idea behind this difference, hope this help you.