how to pass parameter to modal in ionic 1 using angularjs code example
Example: ionic modal controller pass parameter
let profileModal = await this.modalCtrl.create({
component: SearchModal,
componentProps: {
specs: [this.specialization_selected]
}
});