Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "c8ocaf", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Convertigo Angular Framework", | ||
@@ -5,0 +5,0 @@ "main": "bundle/index.umd.js", |
@@ -190,6 +190,6 @@ import {App } from 'ionic-angular'; | ||
if (this.c8oResponses[i]["view"] == view && this.c8oResponses[i]["requestable"] == requestable) { | ||
this.c8oResponses[i]["data"] = data | ||
this.c8oResponses[i]["navParams"] = navParams | ||
this.c8oResponses[i]["DidEnter"] = didEnter | ||
this.c8oResponses[i]["DidLeave"] = didLeave | ||
this.c8oResponses[i]["data"] = data; | ||
this.c8oResponses[i]["navParams"] = navParams; | ||
this.c8oResponses[i]["DidEnter"] = didEnter; | ||
this.c8oResponses[i]["DidLeave"] = didLeave; | ||
return | ||
@@ -205,2 +205,4 @@ } | ||
// session storage for c8ocaf refresh keep state data | ||
console.log("link works"); | ||
console.log(JSON.stringify(this.c8oResponses)); | ||
sessionStorage.setItem(C8oRouter.C8OCAF_SESSION_STORAGE_KEY, JSON.stringify(this.c8oResponses)); | ||
@@ -207,0 +209,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117052
2139