Thank you @pjehan.
I fixed it before your post.
Here is the solution;
base.buttonPrev = $("<div class=\"owl-prev\"><i class=\"fa fa-angle-left fa-5x\"/>", {
"class" : "owl-prev",
"html" : base.options.navigationText[0] || ""
});
base.buttonNext = $("<div class=\"owl-next\"><i class=\"fa fa-angle-right fa-5x\"/>", {
"class" : "owl-next",
"html" : base.options.navigationText[1] || ""
});
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]