Skip to content
Permalink
Browse files

chore(docs): replace "Edit in Plunker" button with Angular Material

Closes #10305
  • Loading branch information
jesselpalmer authored and petebacondarwin committed Dec 3, 2014
1 parent d6064ac commit 8edece2207b5f5501474960f4775695a61c605a6
Binary file not shown.
@@ -2,9 +2,9 @@
is HTML and wrap each line in a <p> - thus breaking the HTML #}

<div>
<a ng-click="openPlunkr('{$ doc.path $}')" class="btn pull-right">
<i class="glyphicon glyphicon-edit">&nbsp;</i>
Edit in Plunker</a>
<md-button class="md-raised" ng-click="openPlunkr('{$ doc.path $}')">
<md-icon icon="img/material_icons/ic_launch_18dp.png"></md-icon>
Edit in Plunker</md-button>

<div class="runnable-example"
path="{$ doc.example.deployments.default.path $}"

0 comments on commit 8edece2

Please sign in to comment.
You can’t perform that action at this time.