If we have an empty app search show modal dialog link
This commit is contained in:
@@ -58,10 +58,6 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
$('#feedbackModal').modal('show');
|
||||
};
|
||||
|
||||
$scope.activateFeedbackForm = function () {
|
||||
$('#feedbackDescriptionTextarea').focus();
|
||||
};
|
||||
|
||||
function getAppList(callback) {
|
||||
AppStore.getApps(function (error, apps) {
|
||||
if (error) return callback(error);
|
||||
|
||||
Reference in New Issue
Block a user