[About] Expose controllers, routes
Expose controllers for use in the About dialog, WTD-667.
This commit is contained in:
@@ -11,7 +11,7 @@ define(
|
||||
return versions;
|
||||
},
|
||||
openLicenses: function () {
|
||||
$window.open("#/licenses", "_blank");
|
||||
$window.open("#/licenses");
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user