Skip to content

Commit

Permalink
Panel clean up (#9282)
Browse files Browse the repository at this point in the history
the right syntax is ‘require’ not ‘requires’, but it isn’t needed
anyhow (and throws an error if the right syntax is used).
  • Loading branch information
stacey-gammon authored Nov 30, 2016
1 parent cd3269b commit ddfa603
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ uiModules
return {
restrict: 'E',
template: panelTemplate,
requires: '^dashboardGrid',
link: function ($scope) {
// using $scope inheritance, panels are available in AppState
const $state = $scope.state;
Expand Down

0 comments on commit ddfa603

Please sign in to comment.