@ardimedia/angular-portal-azure 0.2.60 → 0.2.61

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/apn.js +3 -0
  2. package/package.json +1 -1
package/apn.js CHANGED
@@ -1247,12 +1247,15 @@ var angularportalazure;
1247
1247
  }
1248
1248
  else {
1249
1249
  //that.loadItems(onActivate);
1250
+ console.log('call onActivate()');
1250
1251
  that.onActivate()
1251
1252
  .then(function (data) {
1253
+ console.log('OK');
1252
1254
  that.items = data;
1253
1255
  that.statusbar = '';
1254
1256
  that.statusbarClass = '';
1255
1257
  }).catch(function (exception) {
1258
+ console.log('exception');
1256
1259
  console.log(exception);
1257
1260
  that.statusbar = 'FEHLER: ' + exception.Message;
1258
1261
  that.statusbarClass = 'message-info message-off';
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.60",
5
+ "version": "0.2.61",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {