| 
									
										
										
										
											2017-08-15 09:37:37 -06:00
										 |  |  | app.controller('boltCtrl', [ | 
					
						
							|  |  |  |   '$scope', 'Auth', | 
					
						
							|  |  |  |   function($scope, Auth) { | 
					
						
							|  |  |  |      | 
					
						
							| 
									
										
										
										
											2017-08-11 13:21:35 -06:00
										 |  |  |   var vm = this; | 
					
						
							|  |  |  |   vm.userName = function(profile){ | 
					
						
							|  |  |  |     profile = Auth.getProfile(); | 
					
						
							|  |  |  |     return profile.email; | 
					
						
							|  |  |  |   }; | 
					
						
							| 
									
										
										
										
											2017-08-08 14:54:25 -06:00
										 |  |  | }]); |