@ardimedia/angular-portal-azure 0.2.213 → 0.2.215
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 +3 -0
- package/package.json +3 -3
package/apn.js
CHANGED
|
@@ -1171,9 +1171,12 @@ var angularportalazure;
|
|
|
1171
1171
|
var _this = this;
|
|
1172
1172
|
this.onLoadItems();
|
|
1173
1173
|
func().then(function (data) {
|
|
1174
|
+
console.log('ok');
|
|
1175
|
+
console.log(data);
|
|
1174
1176
|
_this.items = data;
|
|
1175
1177
|
_this.onLoadedItems();
|
|
1176
1178
|
}).catch(function (exception) {
|
|
1179
|
+
console.log('error');
|
|
1177
1180
|
_this.setStatusBarException(exception);
|
|
1178
1181
|
});
|
|
1179
1182
|
};
|
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.215",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"ng-dialog": "^0.6.6"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@types/angular": "^1.
|
|
19
|
+
"@types/angular": "^1.6.0",
|
|
20
20
|
"@types/angular-resource": "^1.5.8",
|
|
21
21
|
"@types/angular-translate": "^2.4.34",
|
|
22
22
|
"@types/angulartics": "^1.3.1",
|
|
23
23
|
"@types/ng-dialog": "^0.6.0",
|
|
24
|
-
"@types/node": "^
|
|
24
|
+
"@types/node": "^7.0.0",
|
|
25
25
|
"tslint": "^4.3.1",
|
|
26
26
|
"typescript": "^2.1.4"
|
|
27
27
|
}
|