aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/widgets.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets.js b/src/widgets.js
index 3e9ba236..012f13e2 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -225,5 +225,7 @@ angularWidget('NG:SWITCH', function ngSwitch(element){
return on == when;
},
route: function(on, when) {
+ this.name = 'misko';
+ return true;
}
});