Popover into a card view

Hi,

Can anyone help to this aproach… I want remove a select box item and put into a card view (like a image). When i click on a popover and select a option it will change a card view.

I think is about a design problem…When a put a popover into a card view the icon ("…") dont stay on the right side.

thanks in advance
Igor

 <div class="list card" data-ng-show="mostraEmpreendimento">
	  <div class="item item-avatar">		  		
		    <img ng-src="{{imageFile}}">
		    <h2>{{empreendimentoSelected.titulo}}</h2>
		    <p>Conclusão: November 05, 1955</p>
		    <p>Status: {{empreendimentoSelected.andamento}}%</p>
	  </div>
	 
  </div>