You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
There was a new release of Bootstrap's CSS and I guess that updating things should be fairly painless.
The only change that I can immediately see is that carousel got nice indicators. There are probably other changes, for example the container option for tooltips and popovers, but we are discussing this in a separate issue.
In short - the update should be straightforward. Didn't look at the markup for carousel indicators but I can't see reason for this to be complicated to add.
The text was updated successfully, but these errors were encountered:
Had also a quick look at the carousel as I've hoped that it will be enough to change a template but in the end it looks like we need to expose more on the scope of the carousel directive. Shouldn't be a big deal since this is an isolated scope but I was wondering if we should be exposing slide's scopes or maybe just length of slides array and base everything on indexes.
Had also a quick look at the carousel as I've hoped that it will be enough
to change a template but in the end it looks like we need to expose more on
the scope of the carousel directive. Shouldn't be a big deal since this is
an isolated scope but I was wondering if we should be exposing slide's
scopes or maybe just length of slides array and base everything on indexes.
There was a new release of Bootstrap's CSS and I guess that updating things should be fairly painless.
The only change that I can immediately see is that carousel got nice indicators. There are probably other changes, for example the
container
option for tooltips and popovers, but we are discussing this in a separate issue.Complete changelog here: https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md
In short - the update should be straightforward. Didn't look at the markup for carousel indicators but I can't see reason for this to be complicated to add.
The text was updated successfully, but these errors were encountered: