@ardimedia/angular-portal-azure 0.2.96 → 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 -5
  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;
@@ -1165,7 +1164,6 @@ var angularportalazure;
1165
1164
  //#endregion
1166
1165
  //#region Methods
1167
1166
  //activate() {
1168
- // angularportalazure.Debug.write('[angularportalazure-debug] \'BladeDetail.activate\' called.', [this]);
1169
1167
  // var that = this;
1170
1168
  // that.statusbar = 'Daten laden...';
1171
1169
  // that.statusbarClass = '';
@@ -1238,8 +1236,6 @@ var angularportalazure;
1238
1236
  //activate(): void {
1239
1237
  // let that = this;
1240
1238
  // //this.loadItems(() => this.getItemsFunction);
1241
- // //angularportalazure.Debug.write('[angularportalazure-debug] \'BladeGrid.activate\' called.', [this]);
1242
- // //console.log('BladeGrid.activate()');
1243
1239
  // //var that = this;
1244
1240
  // //that.statusbar = 'Daten laden...';
1245
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.96",
5
+ "version": "0.2.97",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {