Skip to content

Commit

Permalink
Removing Attribute directive restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
isherwood committed Feb 7, 2018
1 parent 09dc456 commit 6a544a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/angular-perfect-scrollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ angular
];

return {
restrict: 'EA',
restrict: 'E',
transclude: true,
template: '<div><div ng-transclude></div></div>',
replace: true,
Expand Down
2 changes: 1 addition & 1 deletion src/angular-perfect-scrollbar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a544a1

Please # to comment.