1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

setup and stub out password generator page

This commit is contained in:
Kyle Spearrin
2016-09-17 18:27:36 -04:00
parent 36b580d60a
commit d0ca428d90
9 changed files with 138 additions and 35 deletions

View File

@@ -62,6 +62,7 @@
<script src="app/tools/toolsModule.js"></script>
<script src="app/tools/toolsController.js"></script>
<script src="app/tools/toolsPasswordGeneratorController.js"></script>
</head>
<body ng-controller="mainController as main" class="{{main.animation}}">
<div ui-view class="main-view"></div>