From da670b451a86d8845498aeb25cfc02d7835f7553 Mon Sep 17 00:00:00 2001
From: Tim Otten
Date: Fri, 13 Sep 2019 12:35:01 -0400
Subject: [PATCH] (af-model) Rename af-label to label
---
ext/afform/core/ang/af/Model.js | 2 +-
ext/afform/docs/sandbox/planning-v0.3.md | 68 ++++++++++++------------
ext/afform/mock/ang/afex.aff.html | 18 +++----
3 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/ext/afform/core/ang/af/Model.js b/ext/afform/core/ang/af/Model.js
index 6d94908c70..545ebf7f2f 100644
--- a/ext/afform/core/ang/af/Model.js
+++ b/ext/afform/core/ang/af/Model.js
@@ -8,7 +8,7 @@
type: '@',
afData: '=',
afName: '@',
- afLabel: '@',
+ label: '@',
afAutofill: '@'
};
return {
diff --git a/ext/afform/docs/sandbox/planning-v0.3.md b/ext/afform/docs/sandbox/planning-v0.3.md
index dcc455b7d8..0075189875 100644
--- a/ext/afform/docs/sandbox/planning-v0.3.md
+++ b/ext/afform/docs/sandbox/planning-v0.3.md
@@ -16,9 +16,9 @@
```
@@ -30,10 +30,10 @@
-
-
-
-
+
+
+
+
```
@@ -42,18 +42,18 @@
```html
@@ -65,18 +65,18 @@
-
-
-
+
+
+
-
-
+
+
-
+
@@ -89,25 +89,25 @@
-
-
+
+
-
-
+
+
@@ -115,7 +115,7 @@
-
+
@@ -134,7 +134,7 @@
-
+
@@ -151,13 +151,13 @@
@@ -165,15 +165,15 @@
-
-
+
+
-
-
+
+
@@ -184,7 +184,7 @@
-
+
diff --git a/ext/afform/mock/ang/afex.aff.html b/ext/afform/mock/ang/afex.aff.html
index 81e94a6bb1..4550e83047 100644
--- a/ext/afform/mock/ang/afex.aff.html
+++ b/ext/afform/mock/ang/afex.aff.html
@@ -1,29 +1,29 @@
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
+
-
+
--
2.25.1