Hi,
am very new angularjs. In my website i have 4 tabs. each tab having 3
ui-views
<div ui-view="header"></div>
<div ui-view="content"></div>
<div ui-view="footer"></div>
but dashboard tab need to divide content ui-view to 2 child views that is
sidebar and dashboardContent view. How can i do that?
i need to divide below state to 2 ui-views? can anyone help me.
.state('gcs.dashboard', {
url: '/dashboard',
views: {
'content@': {
templateUrl: 'app/modules/dashboard/views/dashboard.html',
controller: 'dashboardCtrl as dashboard'
}
}
})
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.