diff options
| author | Misko Hevery | 2010-04-07 10:35:54 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-04-07 10:35:54 -0700 |
| commit | 29309e0e5a5f5eafd0f948100417d63127d3332d (patch) | |
| tree | 72440f8dc5e504fcf148c516a51cc0b0717e5c29 /src/widgets.js | |
| parent | 82cb18db28ea7381e5168489207bfa23c059af0c (diff) | |
| download | angular.js-29309e0e5a5f5eafd0f948100417d63127d3332d.tar.bz2 | |
jstd failing test case for cory
Diffstat (limited to 'src/widgets.js')
| -rw-r--r-- | src/widgets.js | 2 |
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; } }); |
