psergus / ngWYSIWYG

true angular WYSIWYG
MIT License
63 stars 42 forks source link

Allowing one to use font-awesome icons #30

Closed brunokrebs closed 8 years ago

brunokrebs commented 8 years ago

I'm closing the other pull-request since this one has no conflicts. Copied message from the other PR:

Another feature. If you accept this pull request, than anyone should be able to use font awesome icons. It is as easy as:

$scope.editorConfig = {
        fontAwesome: true
}

Of course, font-awesome is required in order to use it's icons.