1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 14:53:25 +00:00

custom letter avatar directive

This commit is contained in:
Kyle Spearrin
2017-04-05 23:20:51 -04:00
parent ea5dc4b7fc
commit fe039f7b35
11 changed files with 154 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ angular
.module('bit')
.config(function ($stateProvider, $urlRouterProvider, $httpProvider, jwtInterceptorProvider, jwtOptionsProvider,
$uibTooltipProvider, toastrConfig, $locationProvider, $qProvider, stripeProvider, defaultSettings) {
$uibTooltipProvider, toastrConfig, $locationProvider, $qProvider, stripeProvider) {
$qProvider.errorOnUnhandledRejections(false);
$locationProvider.hashPrefix('');
jwtOptionsProvider.config({
@@ -49,14 +49,6 @@ angular
return refreshPromise;
};
angular.extend(defaultSettings, {
fontFamily: 'Open Sans',
height: 45,
width: 45,
charCount: 2,
dynamic: 'true'
});
stripeProvider.setPublishableKey('pk_test_KPoCfZXu7mznb9uSCPZ2JpTD');
angular.extend(toastrConfig, {