MCPcopy Create free account
hub / github.com/angular-app/angular-app / handleNotFound

Function handleNotFound

client/src/common/services/localizedMessages.js:3–5  ·  view source on GitHub ↗
(msg, msgKey)

Source from the content-addressed store, hash-verified

1angular.module('services.localizedMessages', []).factory('localizedMessages', ['$interpolate', 'I18N.MESSAGES', function ($interpolate, i18nmessages) {
2
3 var handleNotFound = function (msg, msgKey) {
4 return msg || '?' + msgKey + '?';
5 };
6
7 return {
8 get : function (msgKey, interpolateParams) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected