6 lines
		
	
	
		
			117 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| app.directive('notificationDirective', function() {
 | |
|   return {
 | |
|     templateUrl: "_notification-widget.html"
 | |
|   };
 | |
| });
 |