I´m working with Angular 4, Firebase and Angular Bootstrap. I open the modal, which is a user form, and the idea is to close the modal as soon as the user logs in using one of the methods to login (google auth, Facebook auth or email and password auth). But I can’t find a way to close the modal when
Tag: angular-bootstrap
angular popover with html
Which is the correct way to use popver-html directive? I’d like to show an image through HTML img tag into my popover angular-bootstrap. I’ve created a scope variable $scope.html = “<img src=””+$scope.mysrc+””></img>” and I’ve put it into my directive <span popover-html=”{{html}}” popover-title=”…….” popover-trigger=”mouseenter”><a href=”#”>{{title}}</a></span> but I’ve this error: Uncaught Error: [$parse:syntax] ERROR popover-html Any suggestions? Answer Here’s a plunk guiding
Slick carousel has 0px width when loaded in collapsed tab
When loading slick slider in collapsed content (angular-bootstrap collapse plugin in this case) the .slick-track div gets 0px width, resulting in the slider trying to fit all slides on top of eachother. When pressing arrow to see next slide, the slides go back to normal. If I select the slider and want to check the components in my browser, it