I'm currently testing out angular bootstrap-UI
locally on my machine. When I try to recreate the example of accordion and dialog box. I get this error message in my console saying that template is missing.
Example of error: 404 Not Found - localhost/angular/template/message.html
When I look into ui-bootstrap-0.1.0.js
the directive have a template URL
.
What's the purpose of the templateURL
for the directive?
Are those template suppose to be included when I download the whole angular bootstrap-UI
zip file?
Am I missing other files that I should have include in my header?
<link rel="stylesheet" href="includes/css/bootstrap.css">
<script src="includes/js/angular.js"></script>
<script src="includes/js/ui-bootstrap-0.1.0.js"></script>