Commit d99eaf3
pfnotification service does not make data available to html template
The related provider should be rewritten, no question about that. Until that time, this fix makes $rootScope.notification available to the pfNotificationList directive.
Previous behavior, where <pf-notification-list></pf-notification-list> was declared, notifications would not appear when the Notification (Notification.error for example) provider was invoked.
Present behavior (with this commit) <pf-notification-list></pf-notification-list> will now display the list of cued notifications no matter where it's declared.1 parent 36ace7f commit d99eaf3
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
328 | 329 | | |
329 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
330 | 335 | | |
0 commit comments