5 строки
276 B
JavaScript
5 строки
276 B
JavaScript
|
|
||
|
syncApp.controller('RTECtrl', function ($scope) {
|
||
|
$scope.rteValue = "Description: The Rich Text Editor (RTE) control is an easy to render in client side. Customer easy to edit the contents and get the HTML content for";
|
||
|
$scope.style = "color:#5C5C5C";
|
||
|
});
|