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
Popup genérico. Actualmente definiremos su comportamiento para inline html, pero luego lo extenderemos para que funcione con ajax. Esta directiva debe registrar sus eventos onOopen y onClose, o exponerlos públicamente para ser consumido por las directivas guardianes.
<divwe-popupid="#identificador"><divclass="popup-title-bar">
{{ text }}
<buttonclass="popup-close" we-close></button></div><divclass="popup-content">Algún contenido</div><divclass="popup-actions"><awe-button>{{ text }}</a><awe-button>{{ text }}</a></div></div>