Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 37b4766

Browse files
committed
Remove '-' from polymer substitution to prevent JSON parse error
(c) Copyright IBM Corp. 2016
1 parent e5eb0d8 commit 37b4766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/notebooks/tests/Walkthrough-Scala.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@
320320
"source": [
321321
"%%html\n",
322322
"<template is=\"urth-core-bind\">\n",
323-
" <urth-core-dataframe id=\"f3\" ref=\"df\" value=\"{{contact-info}}\" auto></urth-core-dataframe>\n",
324-
" <template is=\"dom-repeat\" items=\"{{contact-info.data}}\">\n",
323+
" <urth-core-dataframe id=\"f3\" ref=\"df\" value=\"{{contactInfo}}\" auto></urth-core-dataframe>\n",
324+
" <template is=\"dom-repeat\" items=\"{{contactInfo.data}}\">\n",
325325
" <div class=\"info\">\n",
326326
" <span class=\"test5\">{{item.0}}</span>, <span>{{item.1}}</span>\n",
327327
" </div>\n",

0 commit comments

Comments
 (0)