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