Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(docs): update starter CodePen
Browse files Browse the repository at this point in the history
* use the /team/AngularMaterial url for CodePen forks
* use angular-material 1.0.0-rc1 and angular 1.4.7
* update CodePen to latest whiteframe API

Closes #5354.
  • Loading branch information
Splaktar authored and ThomasBurleson committed Oct 28, 2015
1 parent 03db13d commit 86efe1e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/app/partials/getting-started.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ <h3>Include Optional Dependencies</h3>
</li>
</ul>

<iframe height='272' scrolling='no' data-default-tab="html"
src='//codepen.io/marcysutton/embed/OPbpKm?height=272&theme-id=11083'

<iframe height='412' scrolling='no'
src='//codepen.io/team/AngularMaterial/embed/JYvaxJ/?height=412&theme-id=20485&default-tab=result'

This comment has been minimized.

Copy link
@mprentic-harris

mprentic-harris Dec 3, 2015

Contributor

@ThomasBurleson when you updated the PR, you added this &theme-id=20485 parameter. It is causing problems.

It disables the tabs to quickly view the CSS, JS, HTML, and hides the 'Edit this on CodePen' link. I don't know if this is caused by an update to CodePen or not, but removing this theme-id param fixes it.

This comment has been minimized.

Copy link
@Splaktar

Splaktar Dec 4, 2015

Author Member

Opened PR #6072 to fix this.

frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>
See the Pen <a href='http://codepen.io/marcysutton/pen/OPbpKm/'>Angular Material Dependencies</a>
on <a href='http://codepen.io'>CodePen</a>.
See the Pen <a href='http://codepen.io/team/AngularMaterial/pen/JYvaxJ/'>Angular Material Basic App</a>
by Angular Material (<a href='http://codepen.io/AngularMaterial'>@AngularMaterial</a>) on
<a href='http://codepen.io'>CodePen</a>.
</iframe>

<md-divider></md-divider>

<br/>
<h2>Contributing to Angular Material</h2>
<ul style="margin-bottom: 2em;">
Expand All @@ -59,11 +59,11 @@ <h2>Contributing to Angular Material</h2>
<li>For questions,
<a href="https://groups.google.com/forum/#!forum/ngmaterial" target="_blank">
search the Forum
</a> and/or post a new message.
</a> and/or post a new question.
</li>
<li>
Join the
<a href="https://gitter.im/angular/material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank">
<a href="https://gitter.im/angular/material" target="_blank">
Gitter Chat
</a>
</li>
Expand Down

0 comments on commit 86efe1e

Please sign in to comment.