app.controller('traderCtrl', function($scope,$location) { $scope.content = "I am not a header"; $scope.headerContent = "FoodLoop Admin Portal"; /* This block of code handles recepit management */ $scope.receiptNumber = 0; /* This block of code handles user management */ /* Including the management of registered user, trader */ $scope.registeredUsers = 1; });