tantalim/tantalim-server

View on GitHub
app/views/page/error.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

angular.module('tantalim.common')
    .factory('ModelData', function () {
        return {
            error: '{{code}}',
            message: '{{message}}'
        };
    });