Argument 'Example.CharLimitController' is not a function, got undefined
I'm following the tutorial in umbraco tv on extending umbraco and when I try to add a controller for my property editor I get this error message in the console.
"Argument 'Example.CharLimitController' is not a function, got undefined"
I've tripple checked my code and it's exactly the same as in the video.
I'm using Umbraco 7.2.4 as it was the version used in the video.
Please can you update the ClientDependency.config in config folder. You need to update the version number and your changes will start appearing on the umbraco back-end. This is how you clear cached files in the back-office.
Argument 'Example.CharLimitController' is not a function, got undefined
I'm following the tutorial in umbraco tv on extending umbraco and when I try to add a controller for my property editor I get this error message in the console. "Argument 'Example.CharLimitController' is not a function, got undefined" I've tripple checked my code and it's exactly the same as in the video. I'm using Umbraco 7.2.4 as it was the version used in the video.
package.manifest
charlimit.controller.js
charlimit.editor.html
Please can you update the ClientDependency.config in config folder. You need to update the version number and your changes will start appearing on the umbraco back-end. This is how you clear cached files in the back-office.
I started over and now it works but thanks for the answer. I will keep that in mind if this issue comes up again.
is working on a reply...