You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is totally possible. However I wont be adding an example on the website because this is too specific a use-case. If you need help, follow the instructions here: http://help.angular-formly.com
I would like an example that demonstrates:
How to select a checkbox and make multiple tabs based on a scope variable... for instance:
$scope.avaiableLangs = [ 'en', 'fr', 'it' ];
a i18n checkbox asking for language support for the item, and then the generation of 3 tabs, to insert content on each item.text[lang]
Is it possible?
The text was updated successfully, but these errors were encountered: