1
0
mirror of https://github.com/bitwarden/web synced 2025-12-24 20:23:16 +00:00
Files
web/src/app/global/sideNavController.js

7 lines
140 B
JavaScript

angular
.module('bit.global')
.controller('sideNavController', function ($scope, $state) {
$scope.$state = $state;
});