Skip to content

Commit bf21cfe

Browse files
author
trainerbill
committed
Update
1 parent a413ee8 commit bf21cfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/templates/client/components/navbar/navbar.controller(js).js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ angular.module('<%= scriptAppName %>')
1818
};<% } %>
1919

2020
$scope.isActive = function(route) {
21-
$scope.isActive = function(route) {
2221
if (route !== '/') {
2322
return -1 !== $location.path().indexOf(route);
2423
}
2524
else {
2625
return route === $location.path();
2726
}
2827
};
29-
};
3028
});

0 commit comments

Comments
 (0)