@ardimedia/angular-portal-azure 0.2.24 → 0.2.25
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
CHANGED
|
@@ -970,10 +970,10 @@ var angularportalazure;
|
|
|
970
970
|
//this.contentTitle = this.vm.contentTitle;
|
|
971
971
|
//this.contentSubTitle = this.vm.contentSubTitle;
|
|
972
972
|
//this.isNav = this.vm.isNav;
|
|
973
|
-
this.vm.close = function () {
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
};
|
|
973
|
+
//this.vm.close = function () {
|
|
974
|
+
// angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
|
|
975
|
+
// portalService.bladeArea.clearLastLevel();
|
|
976
|
+
//};
|
|
977
977
|
//this.vm.close = this.close;
|
|
978
978
|
},
|
|
979
979
|
controllerAs: 'ctrl'
|
|
@@ -34,10 +34,10 @@ namespace angularportalazure {
|
|
|
34
34
|
//this.contentSubTitle = this.vm.contentSubTitle;
|
|
35
35
|
//this.isNav = this.vm.isNav;
|
|
36
36
|
|
|
37
|
-
this.vm.close = function () {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
};
|
|
37
|
+
//this.vm.close = function () {
|
|
38
|
+
// angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
|
|
39
|
+
// portalService.bladeArea.clearLastLevel();
|
|
40
|
+
//};
|
|
41
41
|
//this.vm.close = this.close;
|
|
42
42
|
},
|
|
43
43
|
controllerAs: 'ctrl'
|
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.25",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|