1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

always direct refs from popup

This commit is contained in:
Kyle Spearrin
2018-01-09 15:39:24 -05:00
parent a01f2fa3a1
commit e1a513670f
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import * as angular from 'angular';
import * as template from './password-generator.component.html';
import { PlatformUtilsService } from 'jslib/abstractions';
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
export class PasswordGeneratorController {
$transition$: any;