All Questions
Tagged with angular-ui-bootstrap angularjs-ng-include
5 questions
0
votes
0
answers
160
views
Allowing multiple directives to transclude in a recursive template
I am currently receiving a tree of managers and their subordinates from the back end. I'm using a recursive template to display this.
<script type="text/ng-template" id="managerTmp">
...
0
votes
2
answers
2k
views
Bootstrap modal not working inside ng-include
I'm using bootstrap modal (Link) in my project but it doesn't seem to work inside ng-include
https://plnkr.co/edit/W3utfj7URejXpeJX524e?p=preview
<div id="myModal" class="modal fade" role="dialog"...
2
votes
1
answer
3k
views
Bootstrap-UI - How to use TemplateUrl for a tab view without manipulating the URL?
I'm working on some Bootstrap-UI tabs, but I can't find an instance online that uses templateURL without manipulating the URL of the page. Here's what I'd like to do:
HTML
<uib-tabset active="...
6
votes
3
answers
16k
views
Angular UI - Bootstrap Accordion not working/dynamic ng-include
I have a problem with the Accordion:
I try to do pretty much the same what the demo shows, I have an Array of objects. Every object contains a string, which is the header title. It also contains a ...
4
votes
2
answers
10k
views
Angular UI Bootstrap Modal doesn't work with ng-include
Live example: http://plnkr.co/edit/wWS3UFB3IZ0cAI4u2x04?p=preview
When "Open Modal 1" is clicked, the following error is thrown:
Error: Dialog.open expected template or templateUrl, neither found. ...