1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 13:23:15 +00:00
Files
web/src/Web/wwwroot/app/global/sideNavController.js
2016-08-08 19:09:19 -04:00

7 lines
140 B
JavaScript

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