Skip to content

Commit fdc181e

Browse files
committed
controller name fix
1 parent 7bf9bdf commit fdc181e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div ng-controller="Umbraco.Cms.Integrations.Automation.Zapier.ZapConfigController as vm">
1+
<div ng-controller="Umbraco.Cms.Integrations.Automation.Zapier.ZapierConfigController as vm">
22
<umb-box>
33
<umb-box-header title="Content Properties"></umb-box-header>
44
<umb-box-content>

src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
}
1919

2020
angular.module("umbraco")
21-
.controller("Umbraco.Cms.Integrations.Automation.Zapier.ZapConfigController", zapierController);
21+
.controller("Umbraco.Cms.Integrations.Automation.Zapier.ZapierConfigController", zapierController);

src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/package.manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"javascript": [
3-
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.controller.js",
4-
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.resource.js",
5-
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier-validation.service.js"
3+
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.controller.js"
64
],
75
"css": [
86
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/css/zapier.css"

0 commit comments

Comments
 (0)