app.controller('EditorCtrl', function($scope) {
$scope.htmlVariable = '
Try me!
textAngular is a super cool WYSIWYG Text Editor directive for AngularJS
Features:
- Automatic Seamless Two-Way-Binding
- Super Easy Theming Options
- Simple Editor Instance Creation
- Safely Parses Html for Custom Toolbar Icons
- Doesn't Use an iFrame
- Works with Firefox, Chrome, and IE8+
Code at GitHub: Here
';
});