mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
rename "vault" to "web"
This commit is contained in:
6
src/Web/wwwroot/app/global/sideNavController.js
Normal file
6
src/Web/wwwroot/app/global/sideNavController.js
Normal file
@@ -0,0 +1,6 @@
|
||||
angular
|
||||
.module('bit.global')
|
||||
|
||||
.controller('sideNavController', function ($scope, $state) {
|
||||
$scope.$state = $state;
|
||||
});
|
||||
Reference in New Issue
Block a user