Skip to content

Commit

Permalink
strip out options
Browse files Browse the repository at this point in the history
  • Loading branch information
joe.prisk committed Jan 30, 2015
1 parent 3151643 commit 85d39ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/textAngularSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ angular.module('textAngularSetup', [])
// Here we set up the global display defaults, to set your own use a angular $provider#decorator.
.value('taOptions', {
toolbar: [
['h1', 'h2', 'h3', 'h4', 'h5', 'p', 'pre', 'quote'],
['h1', 'h2', 'h3', 'p'],
['bold', 'italics', 'underline', 'strikeThrough', 'ul', 'ol', 'redo', 'undo', 'clear'],
['justifyLeft','justifyCenter','justifyRight', 'justify','indent','outdent'],
['html', 'insertImage', 'insertLink', 'insertVideo', 'wordcount', 'charcount']
['justifyLeft','justifyCenter','justifyRight', 'justify'],
['html']
],
classes: {
focussed: "focussed",
Expand Down

0 comments on commit 85d39ff

Please sign in to comment.