Skip to content

Commit

Permalink
Merge pull request #151 from TAMULib/add_location
Browse files Browse the repository at this point in the history
Add New Location
  • Loading branch information
doug-hahn authored Nov 6, 2018
2 parents 026d816 + 67fa553 commit 153cd27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/notificationController.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ app.controller('NotificationController', function ($controller, $scope, Notifica
WCL: 'West Campus Library',
PSEL: 'Policy Sciences & Economics Library',
QATAR: 'Qatar Library',
SCHOLARS: 'SCHOLARS@TAMU'
SCHOLARS: 'SCHOLARS@TAMU',
HELPDESK: 'Library Helpdesk'
};

$scope.modalData = {
Expand Down

0 comments on commit 153cd27

Please sign in to comment.