diff --git a/app/dispatcher.js b/app/dispatcher.js index ec411c5..a82345c 100644 --- a/app/dispatcher.js +++ b/app/dispatcher.js @@ -1,5 +1,5 @@ app.compose(function() { - app.component('dispatcher', function() { + app.set('dispatcher', function() { var handlers = []; var is = app.get('is'); var resultView = app.controller('resultViewCtrl');