Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
feat(docs): show edit in plunker as link
Browse files Browse the repository at this point in the history
  • Loading branch information
m7r committed Feb 11, 2015
1 parent a42e2f7 commit 29b2b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ docsApp.directive.code = function() {

docsApp.directive.sourceEdit = function(getEmbeddedTemplate) {
return NG_DOCS.editExample ? {
template: '<a class="btn pull-right" ng-click="plunkr($event)" href>' +
'<i class="icon-pencil"></i> Edit in Plunkr</a>',
template: '<a class="edit-example pull-right" ng-click="plunkr($event)" href>' +
'<i class="icon-edit"></i> Edit in Plunkr</a>',
scope: true,
controller: function($scope, $attrs, openPlunkr) {
var sources = {
Expand Down

0 comments on commit 29b2b3b

Please sign in to comment.