Skip to content

Commit 3acb94c

Browse files
committed
Improve controller name
1 parent 0369a77 commit 3acb94c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Controllers/Configure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular.module("umbraco").controller("Loader", function ($scope, $http, $log) {
1+
angular.module("umbraco").controller("FileSystemProviders.Loader", function ($scope, $http, $log) {
22
var getDataUrl = "/Umbraco/backoffice/FileSystemProviders/Installer/GetParameters";
33
var postDataUrl = "/Umbraco/backoffice/FileSystemProviders/Installer/PostParameters";
44

src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Views/Configure.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div ng-controller="Loader">
1+
<div ng-controller="FileSystemProviders.Loader">
22
<div class="row">
33
<div class="span1">
44
<img src="/App_Plugins/UmbracoFileSystemProviders/Azure/Install/azure-logo-32.png" />

0 commit comments

Comments
 (0)