[About] Expose controllers, routes

Expose controllers for use in the About dialog, WTD-667.
This commit is contained in:
Victor Woeltjen
2015-01-14 12:10:09 -08:00
parent f7818b7e76
commit b4a8940fe8
2 changed files with 21 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ define(
return versions;
},
openLicenses: function () {
$window.open("#/licenses", "_blank");
$window.open("#/licenses");
}
};
}