js/router.js in robeaux-0.2.0 vs js/router.js in robeaux-0.3.0

- old
+ new

@@ -14,9 +14,14 @@ .when('/themes', { controller: 'ThemesCtrl', templateUrl: '/partials/themes.html', }) + .when('/widgets', { + controller: 'WidgetEditorCtrl', + templateUrl: '/partials/widget_editor.html', + }) + .otherwise({ redirectTo: '/robots' }); });