ui.bootstrap Questions
2
Solved
I'm using controllerAs syntax to avoid a $scope soup in my controllers, and also using ui.bootstrap to present a modal view.
I need to open a modalInstace that shares the same scope as the curren...
Importunate asked 16/10, 2015 at 6:57
2
Solved
I take everything from the example page. basically there is nothing different, controller and html body is pure copy paste from accordion example from
https://angular-ui.github.io/bootstrap/
I tri...
Sidelong asked 14/10, 2015 at 19:26
2
Solved
In this example
http://plnkr.co/edit/ETwexjK0HRu3b8WovoJq
angular.module('animateApp', [
'ngAnimate', // adding this causes issue with modal backdrop
'ui.bootstrap'
])
When you close modal, t...
Intendment asked 3/6, 2015 at 2:16
1
© 2022 - 2024 — McMap. All rights reserved.