我很高兴使用parse-angular-patch。众所周知,parse.com将在几个月内关闭。要将parse SDK与解析开源服务器一起使用,您需要将javascript SDK版本升级到最新版本(1.9.2)。
我今天尝试将解析javascript版本升级到1.9.2,我的应用程序停止运行。我收到了以下错误。
parse-angular.js:62 Uncaught TypeError:
Cannot read property 'prototype' of undefined(anonymous function)
@ parse-angular.js:62(anonymous function)
@ parse-angular.js:60e
@ angular.js:4142(anonymous function)
@ angular.js:4065s
@ angular.js:323ab
@ angular.js:4064d
@ angular.js:1447tc
@ angular.js:1470Jd
@ angular.js:1415(anonymous function)
@ angular.js:26063j
@ jquery.js:3094fireWith
@ jquery.js:3206ready
@ jquery.js:3412I
@ jquery.js:3428
这是我的应用声明。
angular.module('app',[
...
'parse-angular',
'parse-angular.enhance',
...
])
我正在使用角1.3.14。有没有人尝试使用parse js sdk迁移现有的角度v1代码来解析服务器基础结构并成功。任何帮助将非常感激,以解决上述错误。
答案 0 :(得分:2)