@kigi/components 1.24.0-beta.2 → 1.24.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.html +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kigi/components",
3
- "version": "1.24.0-beta.2",
3
+ "version": "1.24.0-beta.3",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
package/src/index.html CHANGED
@@ -156,8 +156,6 @@
156
156
  </head>
157
157
 
158
158
  <body ng-controller="demoCtrl">
159
- <mbg-address ng-model="address"></mbg-address>
160
- <pre>{{ address | json }}</pre>
161
159
  <!-- <div style="padding: 100px;">
162
160
  <div class="row">
163
161
  <div class="col-md-12"> -->
@@ -1004,10 +1002,10 @@
1004
1002
  </div>
1005
1003
  </div> -->
1006
1004
 
1007
- <!-- <div>
1005
+ <div>
1008
1006
  <mbg-image-upload-crop ng-model="imgCrop"
1009
1007
  config="configImgCrop"></mbg-image-upload-crop>
1010
- </div> -->
1008
+ </div>
1011
1009
 
1012
1010
 
1013
1011
  </div>