Can Any Body Help Me here..Angular js

I have a ngdialog pop up and i want to show a grid in that grid show the database table data.

ngDialog.open({
       template:
      '<div><label>Date</label><input type="text" /></div></br><div><label>Time</label><input type="text"/></div></br><button ng-click=savePost()> + Save</button><kendo-grid></kendo-grid>',
       plain: true,
       width: '50%',
       height: '100%',
       className: 'ngdialog-theme-default',

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.