Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Nested ui-chart in angular-ui-bootstrap accordion not work #3

Open
yunlzheng opened this issue Jan 1, 2014 · 0 comments
Open

Nested ui-chart in angular-ui-bootstrap accordion not work #3

yunlzheng opened this issue Jan 1, 2014 · 0 comments

Comments

@yunlzheng
Copy link

I try to use ui-chart in angular-ui-bootstrap accordion directives but it's not work.

accordion(close-others="oneAtATime")
        accordion-group(ng-repeat="group in groups")
          accordion-heading 
            | {{ group.name }}
            i.pull-right.glyphicon(ng-class="{'glyphicon-chevron-down': isopen, 'glyphicon-chevron-right': !isopen}")
          div
            div(ui-chart='group.volumeQuota', chart-options='chartOpts')
            div(ui-chart='group.instanceQuota', chart-options='chartOpts')
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant