Error cordovaPush

It happens this error, I have installed the plugin and within my controller I’m calling it this way

Error: Unknown provider: cordovaPushProvider <- cordovaPush

.controller('MisCorredoresCtrl',['cordovaPush','cordovaDialogs','cordovaMedia','cordovaToast',function($scope,$http,$cordovaPush, $cordovaDialogs, $cordovaMedia, $cordovaToast, ionPlatform,$location,misCorredoresService,$timeout,$ionicModal, GruposService,$ionicPopup,$interval,$location,$ionicLoading){

 }