mirror of
https://github.com/bitwarden/web
synced 2025-12-10 13:23:15 +00:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
angular
|
|
.module('bit.global')
|
|
|
|
.controller('sideNavController', function ($scope, $state) {
|
|
$scope.$state = $state;
|
|
});
|