Thank you, Sander, any chance that you have a quick look at the updated, short plunker (https://plnkr.co/edit/9ACfM6Tmsj71Zdo6x6AC?p=preview) and tell me how the wrapper must be used? I have tried for hours without success. Now, the ui-ace is wrapped in a flexbox like this:
<div style="display:flex;width:100%;height:100%;"> <div ui-ace style="width:100%;height:400px;">This should fill the complete tab. Even after resize. Height is currently set 400px. 100% shows nothing. </div> </div> But I can't get it to automatically fill the available space. I have also tried to put the styles in a css file, which doesn't help either. Arthur On Monday, December 11, 2017 at 7:18:10 AM UTC+1, Sander Elias wrote: > > Hi Arthur, > > Wrap the editor, and use CSS to make sure the wrapping element uses the > available height. Can be done with flexbox for example. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
