Skip to content

Commit

Permalink
avoid the apollo plugin taking over the world & causing trouble :) fi…
Browse files Browse the repository at this point in the history
…xes glitches in the hawtio UI
  • Loading branch information
jstrachan committed Jul 4, 2013
1 parent 46a28d5 commit c164a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hawtio-web/src/main/webapp/app/apollo/js/apolloPlugin.ts
Expand Up @@ -4,8 +4,8 @@ module Apollo {
module(pluginName, ['bootstrap', 'ngResource', 'hawtioCore']).
config(($routeProvider) => {
$routeProvider.
// when('/apollo', {templateUrl: 'app/apollo/html/layout-apollo.html'}).
otherwise({templateUrl: 'app/apollo/html/layout-apollo.html'})
when('/apollo', {templateUrl: 'app/apollo/html/layout-apollo.html'})
//otherwise({templateUrl: 'app/apollo/html/layout-apollo.html'})
}).
run(($location: ng.ILocationService, workspace:Workspace, viewRegistry) => {
viewRegistry['apollo'] = "app/apollo/html/layout-apollo.html";
Expand Down

0 comments on commit c164a05

Please sign in to comment.