@ardimedia/angular-portal-azure 0.2.62 → 0.2.64
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 +4 -1
- package/package.json +1 -1
package/apn.js
CHANGED
|
@@ -1267,11 +1267,14 @@ var angularportalazure;
|
|
|
1267
1267
|
};
|
|
1268
1268
|
BladeGrid.prototype.loadItems = function (f) {
|
|
1269
1269
|
var that = this;
|
|
1270
|
-
|
|
1270
|
+
console.log('loadItems');
|
|
1271
|
+
f().then(function (data) {
|
|
1271
1272
|
that.items = data;
|
|
1272
1273
|
that.statusbar = '';
|
|
1273
1274
|
that.statusbarClass = '';
|
|
1274
1275
|
}).catch(function (exception) {
|
|
1276
|
+
console.log('loadItems.catch');
|
|
1277
|
+
console.log(exception);
|
|
1275
1278
|
that.statusbar = 'FEHLER: ' + exception.Message;
|
|
1276
1279
|
that.statusbarClass = 'message-info message-off';
|
|
1277
1280
|
});
|
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.64",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|