diff --git a/static/ng/resources/js/components/details/details.config.js b/static/ng/resources/js/components/details/details.config.js new file mode 100644 index 000000000..af84b637d --- /dev/null +++ b/static/ng/resources/js/components/details/details.config.js @@ -0,0 +1,8 @@ +(function() { + + 'use strict'; + + angular + .module('harbor.details'); + +})(); \ No newline at end of file diff --git a/static/ng/resources/js/harbor.module.js b/static/ng/resources/js/harbor.module.js index d25d72540..c15ed307f 100644 --- a/static/ng/resources/js/harbor.module.js +++ b/static/ng/resources/js/harbor.module.js @@ -2,6 +2,7 @@ 'use strict'; angular .module('harbor.app', [ + 'ngRoute', 'harbor.services.user', 'harbor.services.repository', 'harbor.session', diff --git a/views/ng/sections/headerInclude.htm b/views/ng/sections/headerInclude.htm index 34484dcf6..eb0e9733a 100644 --- a/views/ng/sections/headerInclude.htm +++ b/views/ng/sections/headerInclude.htm @@ -51,7 +51,7 @@ - +