As long as the directive's replace is set to true, the following error will be reported:
Error: [$compile:tplrt]
Want to know why? Translated, it seems to be a path problem with templateUrl, but if you remove the replace setting, it can be displayed correctly, so I want to know the reason and how to solve it
PHPz2017-05-15 16:56:36
This parameter has been around for a long timedeprecated
, try not to use it