angularjs-ej1-demos/datepicker/enablertl.js

5 строки
124 B
JavaScript

syncApp.controller('datepickercontroller', function ($scope) {
$scope.value = new Date(),
$scope.width = '100%'
});