Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pacohernandezg committed Apr 7, 2017
1 parent aeb306f commit e5e9a0f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

<style is="custom-style" include="demo-pages-shared-styles">
</style>

<script>
getAccessToken = function() {
return "eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImFkbWluIn0.lgOj8VyGLu80NI1bJ0Q6GM2o5BzOupQCLIbZIbmt428";
};
</script>
</head>
<body>
<div style="max-width: 1000px" class="vertical-section-container centered">
Expand All @@ -24,7 +30,7 @@ <h3>puredat-entity demo</h3>
<puredat-entity
id="field1"
name="field1"
resource-url="https://localhost:8443/api/domains"
resource-url="http://localhost:9000/api/domains"
label-attributes='["name"]'
max-length="50"
max-selected-items="3"
Expand All @@ -35,7 +41,7 @@ <h3>puredat-entity demo</h3>
<puredat-entity
name="field2"
cols="2"
resource-url="https://localhost:8443/api/domains"
resource-url="http://localhost:9000/api/domains"
pattern="[A-Za-z 0-9]"
read-only
label-attributes='["name"]'
Expand Down

0 comments on commit e5e9a0f

Please sign in to comment.