Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229646

Error: Uncaught (in promise): SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data

$
0
0

here is the function in main.js which it is pointing to.--

HomePage.prototype.loadCheckbook = function (account) {
        var _this = this;
        this.store.get(account).then(function (data) {
            _this.register = JSON.parse(data) || [];
            console.log("Updating..");
        });
    };

Viewing all articles
Browse latest Browse all 229646

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>