angularjs-ej1-demos/button/enablertl.js

4 строки
166 B
JavaScript

syncApp.controller('ButtonenableRTLCtrl', function ($scope) {
var list = [{ text: "Play" }, { text: "Pause" }, { text: "Stop" }];
$scope.dataSource = list
});