-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
If I pass the template includes via $scope variables like this:
angular.extend($scope, {
notificationGroups: [{
heading: 'Tab 1',
subHeading: 'woohoo!',
notifications: [{
unread: true,
message: 'Hello world'
}]
}],
headingInclude: 'views/directives/notifications/heading.html',
subheadingInclude: 'views/directives/notifications/subheading.html',
notificationBodyInclude: 'views/directives/notifications/notification-body.html',
notificationFooterInclude: 'views/directives/notifications/notification-footer.html',
customScope: {}
}); <div
pf-notification-drawer
heading-include="headingInclude"
subheading-include="subheadingInclude"
notification-body-include="notificationBodyInclude"
notification-footer-include="notificationFooterInclude"
custom-scope="customScope">
</div>My console logs some pretty gnarly things:
And the chrome-helper process associated with this page very quickly consumes over 1GB of memory (this is when I force quite, it seems to climb indefinitely).
Metadata
Metadata
Assignees
Labels
No labels
