@ardimedia/angular-portal-azure 0.2.24 → 0.2.26

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
- angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
975
- portalService.bladeArea.clearLastLevel();
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
- angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
39
- portalService.bladeArea.clearLastLevel();
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'
@@ -249,10 +249,10 @@
249
249
  </div>
250
250
 
251
251
  <!-- nav -->
252
- <nav data-ng-if="ctrl.vm.isNav" vm="vm"></nav>
252
+ <nav data-ng-if="ctrl.vm.isNav" vm="ctrl.vm"></nav>
253
253
 
254
254
  <!-- grid -->
255
- <grid data-ng-if="ctrl.vm.blade.isNavGrid" vm="ctrl.vm.blade.navGrid"></grid>
255
+ <grid data-ng-if="ctrl.vm.blade.isNavGrid" vm="ctrl.vm"></grid>
256
256
 
257
257
  </div>
258
258
  </div>
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.24",
5
+ "version": "0.2.26",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {