Fixed bug

This commit is contained in:
Borys Levytskyi
2015-04-04 16:20:58 +03:00
parent 17fc0bad97
commit 097f38746b

View File

@@ -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');