You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use a reference_many field in an editionView I get the following error:
[Error] Error: Can't find variable: Symbol
value@http://ng-admin.marmelab.com/bower_components/ng-admin/build/ng-admin.min.js:15:77757
value@http://ng-admin.marmelab.com/bower_components/ng-admin/build/ng-admin.min.js:18:16934
link@http://ng-admin.marmelab.com/bower_components/ng-admin/build/ng-admin.min.js:17:8304
http://ng-admin.marmelab.com/bower_components/angular/angular.js:8284:49
invokeLinkFn@http://ng-admin.marmelab.com/bower_components/angular/angular.js:8290:15
nodeLinkFn@http://ng-admin.marmelab.com/bower_components/angular/angular.js:7800:23
compositeLinkFn@http://ng-admin.marmelab.com/bower_components/angular/angular.js:7149:23
compositeLinkFn@http://ng-admin.marmelab.com/bower_components/angular/angular.js:7152:24
publicLinkFn@http://ng-admin.marmelab.com/bower_components/angular/angular.js:7028:45
boundTranscludeFn@http://ng-admin.marmelab.com/bower_components/angular/angular.js:7167:28
controllersBoundTransclude@http://ng-admin.marmelab.com/bower_components/angular/angular.js:7827:35
http://ng-admin.marmelab.com/bower_components/angular/angular.js:25397:42
forEach@http://ng-admin.marmelab.com/bower_components/angular/angular.js:326:24
ngSwitchWatchAction@http://ng-admin.marmelab.com/bower_components/angular/angular.js:25396:18
$digest@http://ng-admin.marmelab.com/bower_components/angular/angular.js:14397:31
http://ng-admin.marmelab.com/bower_components/angular/angular.js:14594:33
completeOutstandingRequest@http://ng-admin.marmelab.com/bower_components/angular/angular.js:4940:15
http://ng-admin.marmelab.com/bower_components/angular/angular.js:5328:33 <ma-reference-many-field field="::field" value="entry.values[field.name()]" datastore="::datastore">
(anonyme Funktion) (angular.js, line 11707)
(anonyme Funktion) (angular.js, line 8628)
invokeLinkFn (angular.js, line 8292)
nodeLinkFn (angular.js, line 7800)
compositeLinkFn (angular.js, line 7149)
compositeLinkFn (angular.js, line 7152)
publicLinkFn (angular.js, line 7028)
boundTranscludeFn (angular.js, line 7167)
controllersBoundTransclude (angular.js, line 7827)
(anonyme Funktion) (angular.js, line 25397)
forEach (angular.js, line 326)
ngSwitchWatchAction (angular.js, line 25396)
$digest (angular.js, line 14397)
(anonyme Funktion) (angular.js, line 14594)
completeOutstandingRequest (angular.js, line 4940)
(anonyme Funktion) (angular.js, line 5328)
Here is a screenshot from the ng-admin demo:
I'm using Safari 8.0.7. With Chrome everything works fine. Could this be something similar like in #572? The variable is also named datastore, not dataStore.
Best regards,
Hannes
The text was updated successfully, but these errors were encountered:
fzaninotto
added a commit
to marmelab/admin-config
that referenced
this issue
Aug 24, 2015
Babel transpiles for...of to ES6 Symbol, which is not supported on
Safari. Until we really need for___of, I refactored the code to avoid
adding the shim.
Closesmarmelab/ng-admin#610
Hey guys,
when I use a reference_many field in an editionView I get the following error:
Here is a screenshot from the ng-admin demo:
I'm using Safari 8.0.7. With Chrome everything works fine. Could this be something similar like in #572? The variable is also named datastore, not dataStore.
Best regards,
Hannes
The text was updated successfully, but these errors were encountered: