It is possible put a ui-view inside a modal?
<script id=“modalInicio.html” type=“text/ng-template”>
<ion-modal-view ui-view=“identificacion”></ion-modal-view>
</script>
I did it, but not charge state controller for identificacion.
Did i do something wrong, thanks, i hope somebody can help me.