Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fixing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveland committed Sep 27, 2015
1 parent a38abd0 commit 96bcd6d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ angular.module('users')
// Strength Meter - visual indicator for users
var strengthMeter = [
{ color: 'danger', progress: '20' },
{ color: 'warning', progress: '40'},
{ color: 'info', progress: '60'},
{ color: 'primary', progress: '80'},
{ color: 'success', progress: '100'}
{ color: 'warning', progress: '40' },
{ color: 'info', progress: '60' },
{ color: 'primary', progress: '80' },
{ color: 'success', progress: '100' }
];
var strengthMax = strengthMeter.length;

Expand Down

0 comments on commit 96bcd6d

Please sign in to comment.