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