If an app search is empty, show hint to give feedback
This commit is contained in:
@@ -53,6 +53,10 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
});
|
||||
};
|
||||
|
||||
$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