Skip to content

Commit

Permalink
Merge pull request #31 from HSG-Library/develop
Browse files Browse the repository at this point in the history
Remove reference to missing controller
  • Loading branch information
d22 authored Sep 19, 2023
2 parents d1e13a7 + 3c28002 commit 58100af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export const hsgLocationItemAfterModule = angular
.module('hsgLocationItemAfterModule', [])
.component('prmLocationItemAfter', {
bindings: { parentCtrl: '<' },
controller: 'hsgSandboxController',
template: `
<hsg-display-item-policy-component after-ctrl="$ctrl"></hsg-display-item-policy-component>
`
Expand Down

0 comments on commit 58100af

Please sign in to comment.