ctrl.enabled from ctor

This commit is contained in:
Kyle Spearrin 2017-10-16 15:13:14 -04:00
parent ad285a7605
commit 48f02cffe9
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@ angular
'</div>',
controller: function (stateService, constantsService) {
var ctrl = this;
ctrl.enabled = stateService.getState('faviconEnabled');
ctrl.$onChanges = function () {
ctrl.enabled = stateService.getState('faviconEnabled');
if (ctrl.enabled) {
switch (ctrl.cipher.type) {
case constantsService.cipherType.login: