From 0663761e6f1d09f29889804e2c4f938761098267 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 23 Nov 2015 11:20:07 -0800 Subject: [PATCH] removed populate_template_cache clonee --- public/modules/populate_template_cache.js | 33 ----------------------- 1 file changed, 33 deletions(-) delete mode 100644 public/modules/populate_template_cache.js diff --git a/public/modules/populate_template_cache.js b/public/modules/populate_template_cache.js deleted file mode 100644 index 228c1b33..00000000 --- a/public/modules/populate_template_cache.js +++ /dev/null @@ -1,33 +0,0 @@ -angular.module('TellForm.templates', []).run(['$templateCache', function($templateCache) { - "use strict"; - $templateCache.put("../public/modules/core/views/header.client.view.html", - "
"); - $templateCache.put("../public/modules/core/views/home.client.view.html", - "

TellForms

Craft beautiful forms in seconds.

Craft beautiful forms.

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

Create your next ______.

Tell a story with a form.

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

"); - $templateCache.put("../public/modules/forms/views/admin-form.client.view.html", - "
"); - $templateCache.put("../public/modules/forms/views/list-forms.client.view.html", - "

Create a new form
Name
Language

Created on
"); - $templateCache.put("../public/modules/forms/views/submit-form.client.view.html", - "
"); -}]);