diff --git a/www/plugins/es/js/controllers/wot-controllers.js b/www/plugins/es/js/controllers/wot-controllers.js index 634f17503946045f2d61f1fd1692f64376d7ad4c..fd2ea719202343e63ab0c490b76c52abe65c561c 100644 --- a/www/plugins/es/js/controllers/wot-controllers.js +++ b/www/plugins/es/js/controllers/wot-controllers.js @@ -10,7 +10,8 @@ angular.module('cesium.es.wot.controllers', ['cesium.es.services']) .extendState('app.wot_lookup', { points: { 'tabs': { - templateUrl: "plugins/es/templates/wot/lookup_extend.html" + templateUrl: "plugins/es/templates/wot/lookup_extend.html", + controller: "ESExtensionCtrl" } } })