// angular.module('rv.app').run(['$templateCache', function($templateCache) {
// 'use strict';
// $templateCache.put('/app/app.html',
// "
"
// );
// $templateCache.put('/core/templates/core.templates.modal.html',
// ""
// );
// $templateCache.put('/core/templates/core.templates.partial.claim-offer.html',
// ""
// );
// $templateCache.put('/core/templates/core.templates.partial.form-submission-response.html',
// ""
// );
// }]);