Skip to content
Snippets Groups Projects
Commit 4c5965da authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fixing a small issue with minification of the frontend.

parent 3b2de983
Branches
Tags
No related merge requests found
......@@ -223,9 +223,9 @@ NavbarDirectives.directive('mbProfileLink', [function () {
return {
restrict: 'A',
template: '<div mb-react-component="ProfileLink"></div>',
controller: function ($scope) {
controller: ['$scope', function ($scope) {
$scope.ProfileLink = ProfileLink;
},
}],
scope: {
context: '=',
user: '='
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment