1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

fixed console error for portal mode nav

This commit is contained in:
John Mitchell 2015-06-10 10:20:35 -04:00
parent f06c7e17f5
commit 5a0944c6a5

View File

@ -2,7 +2,7 @@
export default ['$route', '$rootScope', function($route, $rootScope) {
return {
require: '^^mainMenu',
require: '?^^mainMenu',
link: function(scope, element, attrs, mainMenuController) {
var routeName = attrs.linkTo;