I am suddenly getting the below error . I havent changed anything in this controller recently to get this error.
Has anyone seen a similar issue before or know how to fix this? My browsers havent changed or updated, and it was working fine until yesterday.
Chrome TypeError: console.log is not a function
IE TypeError: Function expected
CreateBankCtrl.$inject = ['CommonService'];
function CreateBankCtrl(CommonService) {
var vm = this;
vm.apiAlerts = [];
console.log("Creating the controller");
}