@ardimedia/angular-portal-azure 0.2.115 → 0.2.117
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.d.ts +2 -0
- package/apn.js +0 -1
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -295,6 +295,8 @@ declare namespace angularportalazure {
|
|
|
295
295
|
panorama: angularportalazure.Panorama;
|
|
296
296
|
bladeArea: angularportalazure.BladeArea;
|
|
297
297
|
ngDialog: any;
|
|
298
|
+
/** obsolete - $scope is different in any view. do have one instance in a shared service is not the right approach. */
|
|
299
|
+
$scope: angular.IScope;
|
|
298
300
|
$injector: angular.auto.IInjectorService;
|
|
299
301
|
$http: angular.IHttpService;
|
|
300
302
|
$httpBackend: angular.IHttpBackendService;
|
package/apn.js
CHANGED
|
@@ -894,7 +894,6 @@ var angularportalazure;
|
|
|
894
894
|
//#region Properties
|
|
895
895
|
this.parameter = { action: 'none', itemId: 0 };
|
|
896
896
|
this.$injector = $injector;
|
|
897
|
-
//this.$scope = $scope;
|
|
898
897
|
this.$http = $injector.get('$http');
|
|
899
898
|
this.$httpBackend = $injector.get('$httpBackend');
|
|
900
899
|
this.$q = $injector.get('$q');
|
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.117",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|