Roland B.

Results 3 comments of Roland B.

My solution to this is: ``` javascript // We now have a modal object... var modal = { controller: modalController, scope: modalScope, element: modalElement, close: closeDeferred.promise, closed: closedDeferred.promise }; angular.forEach(modalElement.find('input'),...

To reproduce: DO not publish anything yet. 1) Create View Rendering, Set datasource to: site: 2) Create DataSource under the Datasources folder, choose your newly created view rendering when asked....

Yes, this is viable, but it does not give more control. I will use that for now. On Fri, Dec 18, 2015 at 2:26 PM, andrewpros [email protected] wrote: > Just...