@ardimedia/angular-portal-azure 0.2.69 → 0.2.70
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 +6 -0
- package/package.json +1 -1
package/apn.js
CHANGED
|
@@ -274,12 +274,18 @@ var angularportalazure;
|
|
|
274
274
|
}
|
|
275
275
|
/** OBSOLETE: end */
|
|
276
276
|
// Register listener1
|
|
277
|
+
console.log('listener1');
|
|
277
278
|
_this.listener1 = that.portalService.$rootScope.$on('BladeArea.AddBlade', function (event, args) {
|
|
278
279
|
angularportalazure.Debug.write('[angularportalazure-debug] \'Blade\' BladeArea.AddBlade event processing.', [this, event, args]);
|
|
279
280
|
if (that.blade.comparePaths(args.path, that.blade.path)) {
|
|
281
|
+
console.log('activate');
|
|
280
282
|
that.activate();
|
|
281
283
|
}
|
|
282
284
|
});
|
|
285
|
+
console.log('1');
|
|
286
|
+
that.activate();
|
|
287
|
+
console.log('2');
|
|
288
|
+
(function () { return that.activate(); });
|
|
283
289
|
return _this;
|
|
284
290
|
//#endregion
|
|
285
291
|
}
|
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.70",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|