@ardimedia/angular-portal-azure 0.2.188 → 0.2.189
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/apn.js +1 -1
- package/package.json +1 -1
package/apn.js
CHANGED
|
@@ -1087,7 +1087,7 @@ var angularportalazure;
|
|
|
1087
1087
|
//#endregion
|
|
1088
1088
|
//#region Properties
|
|
1089
1089
|
_this.item = {};
|
|
1090
|
-
_this.visibility = 'collapse'
|
|
1090
|
+
_this.visibility = 'visible'; // should be initialized to 'collapse', but then angular does not update to 'visible' on initial view.
|
|
1091
1091
|
_this.commandNewText = 'neu';
|
|
1092
1092
|
_this.commandSaveText = 'speichern';
|
|
1093
1093
|
_this.commandDeleteText = 'löschen';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ardimedia/angular-portal-azure",
|
|
3
3
|
"description": "Angular Portal Azure - GUI Framework.",
|
|
4
4
|
"author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.189",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|