// angular.module('rv.app').run(['$templateCache', function($templateCache) { // 'use strict'; // $templateCache.put('/app/app.html', // "
\"reverbio\"

Hello {{ text }}

" // ); // $templateCache.put('/core/templates/core.templates.modal.html', // "
" // ); // $templateCache.put('/core/templates/core.templates.partial.claim-offer.html', // "
{{::message}}
" // ); // $templateCache.put('/core/templates/core.templates.partial.form-submission-response.html', // "
{{::message}}
" // ); // }]);