AngularJS routing controller cannot be found

AngularJS routing controller cannot find the prompt Argument "LogoUploadController" is not a function, got undefined

.state ("logoUpload", {

)
        url: "/logoUpload",
        templateUrl: "views/logoUpload.html",
        data: {pageTitle: ""},

        controller: "LogoUploadController",

        resolve: {
            deps: ["$ocLazyLoad", function ($ocLazyLoad) {
                return $ocLazyLoad.load([{
                    name: "MetronicApp",
                    file: [
                        
                        "js/controllers/LogoUploadController.js"
                    ],
                    serie: true,
                    cache: true
                }]);
            }]
        }
    })
    
    
    

clipboard.png

Mar.14,2022

found the problem. Files misspelled.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c5b1-2c2ea.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c5b1-2c2ea.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?