6 lines
		
	
	
		
			122 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			122 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| app.directive('uploadDirective', function() {
 | |
|   return {
 | |
|     templateUrl: "templates/widgets/upload-widget.html"
 | |
|   };
 | |
| });
 |