San alt name (#468)

This commit is contained in:
kevgliss
2016-10-31 11:00:15 -07:00
committed by GitHub
parent f990f92977
commit 1ac1a44e83
16 changed files with 123 additions and 11 deletions

View File

@ -47,7 +47,7 @@ angular.module('lemur')
});
});
});
PluginService.getByType('source').then(function (plugins) {
$scope.plugins = plugins;
_.each($scope.plugins, function (plugin) {