@ardimedia/angular-portal-azure 0.2.95 → 0.2.97

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 +1 -6
  2. package/package.json +1 -1
package/apn.js CHANGED
@@ -276,8 +276,7 @@ var angularportalazure;
276
276
  // Register listener1
277
277
  _this.listener1 = that.portalService.$rootScope.$on('BladeArea.AddBlade', function (event, args) {
278
278
  if (that.blade.comparePaths(args.path, that.blade.path)) {
279
- console.log('function call: that.activate() will probably not work since this/that is not pointing to the right object.');
280
- that.activate();
279
+ console.log('listener1-BladeArea.AddBlade - function call: that.activate() will probably not work since this/that is not pointing to the right object. - deactivated');
281
280
  }
282
281
  });
283
282
  return _this;
@@ -312,7 +311,6 @@ var angularportalazure;
312
311
  Blade.prototype.onActivated = function () {
313
312
  };
314
313
  Blade.prototype.navigateTo = function (path) {
315
- angularportalazure.Debug.write('[angularportalazure-debug] \'Blade.navigateTo\' called. You should not override this, use onNavigateTo instead.', [this, path]);
316
314
  this.onNavigateTo(path);
317
315
  };
318
316
  Blade.prototype.onNavigateTo = function (path) {
@@ -1166,7 +1164,6 @@ var angularportalazure;
1166
1164
  //#endregion
1167
1165
  //#region Methods
1168
1166
  //activate() {
1169
- // angularportalazure.Debug.write('[angularportalazure-debug] \'BladeDetail.activate\' called.', [this]);
1170
1167
  // var that = this;
1171
1168
  // that.statusbar = 'Daten laden...';
1172
1169
  // that.statusbarClass = '';
@@ -1239,8 +1236,6 @@ var angularportalazure;
1239
1236
  //activate(): void {
1240
1237
  // let that = this;
1241
1238
  // //this.loadItems(() => this.getItemsFunction);
1242
- // //angularportalazure.Debug.write('[angularportalazure-debug] \'BladeGrid.activate\' called.', [this]);
1243
- // //console.log('BladeGrid.activate()');
1244
1239
  // //var that = this;
1245
1240
  // //that.statusbar = 'Daten laden...';
1246
1241
  // //that.statusbarClass = '';
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.95",
5
+ "version": "0.2.97",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {