@ardimedia/angular-portal-azure 0.2.14 → 0.2.16

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
@@ -921,17 +921,17 @@ var angularportalazure;
921
921
  controller: function () {
922
922
  console.log('azurePortalBlade.controller()');
923
923
  console.log(this);
924
- this.blade = this.vm.blade;
925
- this.contentTitle = this.vm.contentTitle;
926
- this.contentSubTitle = this.vm.contentSubTitle;
927
- this.isNav = this.vm.isNav;
928
- this.close = function () {
924
+ //this.blade = this.vm.blade;
925
+ //this.contentTitle = this.vm.contentTitle;
926
+ //this.contentSubTitle = this.vm.contentSubTitle;
927
+ //this.isNav = this.vm.isNav;
928
+ this.vm.close = function () {
929
929
  angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
930
930
  portalService.bladeArea.clearLastLevel();
931
931
  };
932
- this.vm.close = this.close;
932
+ //this.vm.close = this.close;
933
933
  },
934
- controllerAs: 'vm'
934
+ controllerAs: 'ctrl'
935
935
  };
936
936
  }
937
937
  angular.module('angularportalazure').directive('azurePortalBlade', ['$window', 'angularportalazure.portalService', azurePortalBlade]);
@@ -1013,7 +1013,7 @@ var angularportalazure;
1013
1013
  console.log('nav.controller()');
1014
1014
  console.log(this);
1015
1015
  },
1016
- controllerAs: 'vm'
1016
+ controllerAs: 'ctrl'
1017
1017
  };
1018
1018
  }
1019
1019
  angular.module('angularportalazure').directive('nav', ['$window', nav]);
@@ -1046,7 +1046,7 @@ var angularportalazure;
1046
1046
  console.log('navGrid.controller()');
1047
1047
  console.log(this);
1048
1048
  },
1049
- controllerAs: 'vm'
1049
+ controllerAs: 'ctrl'
1050
1050
  };
1051
1051
  }
1052
1052
  angular.module('angularportalazure').directive('navGrid', ['$window', navGrid]);
@@ -29,18 +29,18 @@ namespace angularportalazure {
29
29
  console.log('azurePortalBlade.controller()');
30
30
  console.log(this);
31
31
 
32
- this.blade = this.vm.blade;
33
- this.contentTitle = this.vm.contentTitle;
34
- this.contentSubTitle = this.vm.contentSubTitle;
35
- this.isNav = this.vm.isNav;
32
+ //this.blade = this.vm.blade;
33
+ //this.contentTitle = this.vm.contentTitle;
34
+ //this.contentSubTitle = this.vm.contentSubTitle;
35
+ //this.isNav = this.vm.isNav;
36
36
 
37
- this.close = function () {
37
+ this.vm.close = function () {
38
38
  angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
39
39
  portalService.bladeArea.clearLastLevel();
40
40
  };
41
- this.vm.close = this.close;
41
+ //this.vm.close = this.close;
42
42
  },
43
- controllerAs: 'vm'
43
+ controllerAs: 'ctrl'
44
44
  };
45
45
  }
46
46
 
@@ -19,7 +19,7 @@
19
19
  console.log('nav.controller()');
20
20
  console.log(this);
21
21
  },
22
- controllerAs: 'vm'
22
+ controllerAs: 'ctrl'
23
23
  };
24
24
  }
25
25
 
@@ -19,7 +19,7 @@
19
19
  console.log('navGrid.controller()');
20
20
  console.log(this);
21
21
  },
22
- controllerAs: 'vm'
22
+ controllerAs: 'ctrl'
23
23
  };
24
24
  }
25
25
 
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.14",
5
+ "version": "0.2.16",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {