Calling a Controller from remote location in an ionic application

I am having a webpage based on angularjs with a controller(myCtrl) hosted in bluemix. But when I am trying to access that page inside my ionic application,the application is not able to access the controller(myCtrl) that is in bluemix.