Skip to content

Instantly share code, notes, and snippets.

@akoserwal
Created April 18, 2018 19:20
Show Gist options
  • Save akoserwal/d734768abeaabd01456b12ff7daba8b1 to your computer and use it in GitHub Desktop.
Save akoserwal/d734768abeaabd01456b12ff7daba8b1 to your computer and use it in GitHub Desktop.
angular.module('patternfly.notification').component('pfNotificationDrawer', {
headingInclude: '@',
},
controller:function(){
var ctrl = this;
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment