8 lines
		
	
	
		
			184 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | app.directive('achievementDirective', function() { | ||
|  |   return { | ||
|  |     templateUrl: "templates/widgets/achievement-widget.html", | ||
|  |     controller: 'homeCtrl', | ||
|  |     controllerAs: 'vm' | ||
|  |   }; | ||
|  | }); |