Hi everyone ,
I Am getting "Uncaught TypeError: Cannot read property 'controller' of undefined"
this error when i am trying to run the angular code
My controller is
app.controller('CricketerController',['$scope', '$uibModal', 'CricketerService','$window',function ($scope, $uibModal, CricketerService, $window) {}