diff --git a/DynamicBibleIonic/.editorconfig b/DynamicBibleIonic/.editorconfig
index 51873bc7..ed414d74 100644
--- a/DynamicBibleIonic/.editorconfig
+++ b/DynamicBibleIonic/.editorconfig
@@ -5,7 +5,7 @@ root = true
[*]
indent_style = space
-indent_size = 2
+indent_size = 4
# We recommend you to keep these unchanged
end_of_line = lf
diff --git a/DynamicBibleIonic/DynamicBibleIonic.njsproj b/DynamicBibleIonic/DynamicBibleIonic.njsproj
index 772dfdf7..9a713375 100644
--- a/DynamicBibleIonic/DynamicBibleIonic.njsproj
+++ b/DynamicBibleIonic/DynamicBibleIonic.njsproj
@@ -36,9 +36,14 @@
-
+
+
+
+
+
+
@@ -51,6 +56,10 @@
+
+
+
+
@@ -72,11 +81,10 @@
-
-
-
+
+
diff --git a/DynamicBibleIonic/package.json b/DynamicBibleIonic/package.json
index 6f60c7d3..dfa72658 100644
--- a/DynamicBibleIonic/package.json
+++ b/DynamicBibleIonic/package.json
@@ -1,71 +1,75 @@
-{
- "version": "3.0.0",
- "name": "dynamicbible",
- "author": "Jason Wall",
- "homepage": "http://dynamicbible.com/",
- "private": true,
- "config": {
- "ionic_source_map": "source-map"
- },
- "scripts": {
- "clean": "ionic-app-scripts clean",
- "build": "ionic-app-scripts build",
- "ionic:build": "ionic-app-scripts build",
- "ionic:serve": "ionic-app-scripts serve",
- "start": "ionic serve",
- "lab": "ionic serve --lab",
- "test": "ng test",
- "test-coverage": "ng test --code-coverage"
- },
- "dependencies": {
- "@angular/common": "2.2.1",
- "@angular/compiler": "2.2.1",
- "@angular/compiler-cli": "2.2.1",
- "@angular/core": "2.2.1",
- "@angular/forms": "2.2.1",
- "@angular/http": "2.2.1",
- "@angular/platform-browser": "2.2.1",
- "@angular/platform-browser-dynamic": "2.2.1",
- "@angular/platform-server": "2.2.1",
- "@ionic/storage": "1.1.7",
- "@types/jasmine": "^2.5.38",
- "ionic-angular": "2.0.0",
- "ionic-native": "2.2.11",
- "ionicons": "3.0.0",
- "rxjs": "5.0.0-beta.12",
- "sw-toolbox": "3.4.0",
- "zone.js": "0.6.26"
- },
- "devDependencies": {
- "@ionic/app-scripts": "1.0.0",
- "@types/jasmine": "2.5.38",
- "@types/node": "6.0.42",
- "angular-cli": "1.0.0-beta.24",
- "codecov": "1.0.1",
- "jasmine-core": "2.5.2",
- "jasmine-spec-reporter": "2.7.0",
- "karma": "1.3.0",
- "karma-chrome-launcher": "2.0.0",
- "karma-cli": "1.0.1",
- "karma-jasmine": "1.1.0",
- "karma-mocha-reporter": "2.2.1",
- "karma-remap-istanbul": "0.2.2",
- "protractor": "4.0.13",
- "protractor-jasmine2-screenshot-reporter": "0.3.2",
- "ts-node": "1.7.2",
- "tslint": "4.1.1",
- "tslint-eslint-rules": "3.2.0",
- "typescript": "2.0.9"
- },
- "cordovaPlugins": [
- "cordova-plugin-whitelist",
- "cordova-plugin-statusbar",
- "cordova-plugin-console",
- "cordova-plugin-device",
- "cordova-plugin-splashscreen",
- "ionic-plugin-keyboard"
- ],
- "cordovaPlatforms": [],
- "description": "Dynamic Bible: A bible made for studying scripture"
-, "-vs-binding":{"AfterBuild":["ionic:serve"]}
-}
+{
+ "version": "3.0.0",
+ "name": "dynamicbible",
+ "author": "Jason Wall",
+ "homepage": "http://dynamicbible.com/",
+ "private": true,
+ "config": {
+ "ionic_source_map": "source-map"
+ },
+ "scripts": {
+ "clean": "ionic-app-scripts clean",
+ "build": "ionic-app-scripts build",
+ "ionic:build": "ionic-app-scripts build",
+ "ionic:serve": "ionic-app-scripts serve",
+ "start": "ionic serve",
+ "lab": "ionic serve --lab",
+ "test": "ng test",
+ "test-coverage": "ng test --code-coverage"
+ },
+ "dependencies": {
+ "@angular/common": "2.2.1",
+ "@angular/compiler": "2.2.1",
+ "@angular/compiler-cli": "2.2.1",
+ "@angular/core": "2.2.1",
+ "@angular/forms": "2.2.1",
+ "@angular/http": "2.2.1",
+ "@angular/platform-browser": "2.2.1",
+ "@angular/platform-browser-dynamic": "2.2.1",
+ "@angular/platform-server": "2.2.1",
+ "@ionic/storage": "1.1.7",
+ "@types/jasmine": "^2.5.38",
+ "ionic-angular": "2.0.0",
+ "ionic-native": "2.2.11",
+ "ionicons": "3.0.0",
+ "rxjs": "5.0.0-beta.12",
+ "sw-toolbox": "3.4.0",
+ "zone.js": "0.6.26"
+ },
+ "devDependencies": {
+ "@ionic/app-scripts": "1.0.0",
+ "@types/jasmine": "2.5.38",
+ "@types/node": "6.0.42",
+ "angular-cli": "1.0.0-beta.24",
+ "codecov": "1.0.1",
+ "jasmine-core": "2.5.2",
+ "jasmine-spec-reporter": "2.7.0",
+ "karma": "1.3.0",
+ "karma-chrome-launcher": "2.0.0",
+ "karma-cli": "1.0.1",
+ "karma-jasmine": "1.1.0",
+ "karma-mocha-reporter": "2.2.1",
+ "karma-remap-istanbul": "0.2.2",
+ "protractor": "4.0.13",
+ "protractor-jasmine2-screenshot-reporter": "0.3.2",
+ "ts-node": "1.7.2",
+ "tslint": "4.1.1",
+ "tslint-eslint-rules": "3.2.0",
+ "typescript": "2.0.9"
+ },
+ "cordovaPlugins": [
+ "cordova-plugin-whitelist",
+ "cordova-plugin-statusbar",
+ "cordova-plugin-console",
+ "cordova-plugin-device",
+ "cordova-plugin-splashscreen",
+ "ionic-plugin-keyboard"
+ ],
+ "cordovaPlatforms": [],
+ "description": "Dynamic Bible: A bible made for studying scripture",
+ "-vs-binding": {
+ "AfterBuild": [
+ "ionic:serve"
+ ]
+ }
+}
diff --git a/DynamicBibleIonic/src/components/passage/passage.html b/DynamicBibleIonic/src/components/passage/passage.html
index 9f65ebb1..6a1e997a 100644
--- a/DynamicBibleIonic/src/components/passage/passage.html
+++ b/DynamicBibleIonic/src/components/passage/passage.html
@@ -1,4 +1,4 @@
-
+
Error:{{data.ref}}