(function () { "use strict"; angular.module('shared') .constant('KeyCodes', { tab : 9, enter : 13, escape : 27, space : 32, arrowLeft : 37, arrowUp : 38, arrowRight : 39, arrowDown : 40 }) })();