This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
Editor doesn't render if initially hidden #18
Labels
Comments
Am also seeing this issue. |
+1 |
Looks like the same issue mentioned here: https://groups.google.com/forum/#!topic/ace-discuss/9oSvtlMuEqk |
This might not be the best solution, but this does fix it: http://plnkr.co/edit/AoHjz4IXWcJXn6eLAFBb?p=preview
|
@ricochet1k That's cool! Can you make a PR with it ? |
I found a similar problem when using ui-ace with ng-show in a ng-repeat. |
Found a solution : use ng-if instead of ng-show. Everything works fine that way. |
Alright It might be because Ace has to be refreshed when using ng-show/hide with the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Check out this plunker http://plnkr.co/edit/zNdlc3jts4a8w3kS08uw?p=preview
The second editor doesn't render until you make a modification.
The text was updated successfully, but these errors were encountered: