From 097f38746b9b8cb2151edd310a6d5dd1fdbd3b95 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sat, 4 Apr 2015 16:20:58 +0300 Subject: [PATCH] Fixed bug --- app/dispatcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');