tech: progress on react poc

This commit is contained in:
Torkel Ödegaard
2017-09-21 13:32:57 +02:00
parent 84b1519480
commit fed35909cc
16 changed files with 88 additions and 441 deletions

View File

@@ -4,7 +4,7 @@ define([
function (coreModule) {
'use strict';
coreModule.default.directive('passwordStrength', function() {
coreModule.default.directive('passwordStrength2', function() {
var template = '<div class="password-strength small" ng-if="!loginMode" ng-class="strengthClass">' +
'<em>{{strengthText}}</em>' +
'</div>';