1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
Files
web/src/app/global/appsController.js
Kyle Spearrin ce68c1599f apps page
2017-04-13 10:09:19 -04:00

7 lines
106 B
JavaScript

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