I am using JQM from last one year. I have developed a pop up screen In jqm Fiddle. Can we develop this type of pop up screen in angular js? It means open a pop up screen when button is click. With edit field and button in that?
$(function(){
$('#openPopup').click(function(){
$( "#testCaseId" ).popup( "open" );
})
})