Angular.js UI-Bootstrap Failed to Load Template

Angular UI Fail to Load Template

On the Firefox Javascript Web Console you may find Trace of this message:

uib%2Ftemplate%2Fmodal%2Fwindow.html&p1=404&p2=Not%20Found

Solution: You have to Include Only the ‘-tpls-‘ Javascript File.

So This Setup is Right:

<script src="/lib/ui-bootstrap-custom-tpls-2.5.0.min.js"></script>

But instead this one is Not:

<script src="/lib/ui-bootstrap-custom-tpls-2.5.0.min.js"></script>
<script src="/lib/ui-bootstrap-custom-2.5.0.min.js"></script>

Leave a Reply

Your email address will not be published. Required fields are marked *