Skip to content

Commit

Permalink
Update markdown-editpreview-ng.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codemwnci committed Sep 14, 2014
1 parent 05e26be commit 82cdca1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/codemwnci/markdown-editpreview-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@
restrict: 'A',
replace: false,
link: function(scope, element, attrs) {
<<<<<<< HEAD
element.markdown({hiddenButtons: 'cmdPreview'});
=======
attrs.$set('data-provide', 'markdown');
attrs.$set('data-hiddenButtons', 'cmdPreview');
>>>>>>> FETCH_HEAD
},
};
}])
Expand Down

0 comments on commit 82cdca1

Please sign in to comment.