@ardimedia/angular-portal-azure 0.2.87 → 0.2.89

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
@@ -1083,6 +1083,15 @@ var angularportalazure;
1083
1083
  };
1084
1084
  }
1085
1085
  angular.module('angularportalazure').directive('nav', nav);
1086
+ //var nav = {
1087
+ // transclude: true,
1088
+ // templateUrl: '/node_modules/@ardimedia/angular-portal-azure/directives/nav/nav.html',
1089
+ // controller: function () { },
1090
+ // bindings: {
1091
+ // vm: '='
1092
+ // }
1093
+ //};
1094
+ //angular.module('angularportalazure').component('nav', nav);
1086
1095
  })(angularportalazure || (angularportalazure = {}));
1087
1096
  /// <reference path="bladearea.ts" />
1088
1097
  /// <reference path="debug.ts" />
@@ -25,6 +25,16 @@
25
25
  controllerAs: '$ctrl'
26
26
  };
27
27
  }
28
-
29
28
  angular.module('angularportalazure').directive('nav', nav);
29
+
30
+ //var nav = {
31
+ // transclude: true,
32
+ // templateUrl: '/node_modules/@ardimedia/angular-portal-azure/directives/nav/nav.html',
33
+ // controller: function () { },
34
+ // bindings: {
35
+ // vm: '='
36
+ // }
37
+ //};
38
+
39
+ //angular.module('angularportalazure').component('nav', nav);
30
40
  }
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.87",
5
+ "version": "0.2.89",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {