psergus / ngWYSIWYG

true angular WYSIWYG
MIT License
63 stars 42 forks source link

Allowing one to use font-awesome icons #29

Closed brunokrebs closed 8 years ago

brunokrebs commented 8 years ago

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.

brunokrebs commented 8 years ago

Not needed anymore. There is another pull-request that has no conflicts to be solved.