I wrote a piece of code for getting a list of record from db and put them in $scope.records.
var app = angular.module(\'MyApp\', []); app.controller(\'MyAppContr
Try the new Date function as $scope.date = new Date (1472522357080); and bind the same $scope.date variable as ng-model to the date control.