Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sharing same views (with controllers) for several areas
Message
 
 
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01619445
Message ID:
01619473
Views:
25
>Your first ui-view is not named.....

I know it's not named. This is to allow a loop like this:
<tabset vertical="true" type="pills">
                                    <tab ng-repeat="tab in tabsViews" select="selectView(tab.index)" ng-show="tab.isVisible"
                                         class=" {{tabsViews[tab.index-1]['invalid'] ? 'invalid-tab': 'valid-tab' }}">
                                        <tab-heading>{{tab.title}}</tab-heading>
                                    </tab>
                                </tabset>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform