@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.
- package/package.json +1 -1
- package/src/index.html +2 -4
package/package.json
CHANGED
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
|
-
|
|
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>
|