{"body":"angular.module('employeeModule').controller('referenceGuideController', function($scope, $rootScope, $stateParams, referenceGuideService){\n    $scope.service = referenceGuideService.shared;\n\n    if (!$scope.currentUser) { $scope.currentUser = {}}\n\n    var unbindSelectedUser = $rootScope.$on(\"SelectedEmployeeUpdated\", selectedEmployeeUpdated);\n    $scope.$on(\"$destroy\", unbindSelectedUser);\n\n    if ($scope.currentEmployee) {\n        selectedEmployeeUpdated();\n    }\n\n    function selectedEmployeeUpdated() {\n\n    }\n});","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/b3sfG3Da","modified":1488384616,"id":"b3sfG3Da","size":521,"lines":16,"own_paste":false,"theme":"","date":1488384616}