Skip to content

Commit

Permalink
More renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Apr 9, 2021
1 parent 615aca6 commit 7fc60f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module("umbraco").controller("Skybrud.LinkPicker.Elements.Controller", function ($scope, editorService) {
angular.module("umbraco").controller("Skybrud.LinkPicker.Elements.LinkList.Controller", function ($scope, editorService) {

function parseUmbracoLink(link) {
if (!link) return null;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="skybrud-elements-links" ng-controller="Skybrud.LinkPicker.Elements.Controller">
<div class="skybrud-elements-links" ng-controller="Skybrud.LinkPicker.Elements.LinkList.Controller">
<div ui-sortable="sortableOptions" ng-model="items">
<div class="linkpicker-preview linkpicker-preview--sortable" ng-repeat="item in items">
<i class="linkpicker-preview__icon icon-document" ng-if="item.value.properties.link.type == 'content'"></i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
],
"javascript": [
"/App_Plugins/Skybrud.LinkPicker/Scripts/Controllers/Link.js",
"/App_Plugins/Skybrud.LinkPicker/Scripts/Controllers/Elements/Links.js"
"/App_Plugins/Skybrud.LinkPicker/Scripts/Controllers/Elements/LinkList.js"
]
}

0 comments on commit 7fc60f2

Please sign in to comment.