It is formating issue. You should try this {{res | date:'short'}} Plunker FYI, it is not a weird date. It is ISO 8601 datetime format....
jquery,ajax,jquery-mobile,jquery-dialog,mobiscroll
The problem is Mobiscroll style sheet and JS library are being loaded each time you open the dialog. Although the external dialog is removed from DOM, libraries related to Mobiscroll aren't removed. Solution 1: Load all libraries related to Mobiscroll as well as initialization code in <head> of index/first page....