diff --git a/app/models/form.server.model.js b/app/models/form.server.model.js
index b20d1a9e..0262c881 100644
--- a/app/models/form.server.model.js
+++ b/app/models/form.server.model.js
@@ -71,7 +71,6 @@ var VisitorDataSchema = new Schema({
userAgent: {
type: String
}
-
});
var formSchemaOptions = {
diff --git a/package.json b/package.json
index 3700f6b0..c1e2f083 100644
--- a/package.json
+++ b/package.json
@@ -100,7 +100,7 @@
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"istanbul": "^0.4.0",
- "jasmine-core": "^2.4.1",
+ "jasmine-core": "^2.6",
"karma": "~0.13.14",
"karma-chrome-launcher": "~0.2.1",
"karma-coverage": "~0.5.3",
diff --git a/public/dist/form_populate_template_cache.js b/public/dist/form_populate_template_cache.js
index e89e3c03..3e094dc7 100644
--- a/public/dist/form_populate_template_cache.js
+++ b/public/dist/form_populate_template_cache.js
@@ -1,4 +1,4 @@
-angular.module('TellForm-Form.form_templates', []).run(['$templateCache', function($templateCache) {
+angular.module('TellForm-Form.form_templates', []).run(['$templateCache', function ($templateCache) {
"use strict";
$templateCache.put("form_modules/forms/base/views/form-not-found.client.view.html",
"");
@@ -10,26 +10,26 @@ angular.module('TellForm-Form.form_templates', []).run(['$templateCache', functi
$templateCache.put("form_modules/forms/base/views/directiveViews/entryPage/startPage.html",
"
{{pageData.introTitle}}
{{pageData.introParagraph}}
");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/date.html",
- "{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
+ "{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/dropdown.html",
- " 0\">
{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
+ " 0\">
{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/hidden.html",
"");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/legal.html",
- "{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
+ "{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/radio.html",
- " 0\">
{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
+ " 0\">
{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/rating.html",
- "{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
+ "{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{field.description}}
");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/statement.html",
"
{{field.title}}
{{field.description}}
{{field.description}}
");
$templateCache.put("form_modules/forms/base/views/directiveViews/field/textarea.html",
- "{{index+1}} {{field.title}} {{ 'OPTIONAL' | translate }}
{{ 'NEWLINE' | translate }}{{field.description}}
{{ 'ADD_NEW_LINE_INSTR' | translate }}