Can't get ui-grid to work in bootbox custom dialog
问题 I'm using AngularJS, UI-Grid (http://ui-grid.info/), and Bootbox for a project. What I'd like to do is have the user click a button on the screen, and bring up a dialog box where they select an item from a UI-Grid table. I put together the simplest example I could make: http://plnkr.co/edit/YvsiAQhUrNqnSse1O0oh?p=preview In this, I generate the dialog box HTML like this: var tplCrop = '<div ng-controller="MyTableDialogCtrl">{{ someText }}' + '<div ui-grid="gridOptions" ui-grid-pagination