Skip to content

Instantly share code, notes, and snippets.

View pasangtamang's full-sized avatar
🎯
Focusing

Pasang Tamang pasangtamang

🎯
Focusing
View GitHub Profile
@pasangtamang
pasangtamang / CustomGridOverlay.js
Last active August 4, 2020 18:10
Grid Overlay Customize
'use strict';
function CustomItemPickerOverlay($scope, localizationService) {
$scope.groups = [];
function onInit() {
$scope.model.hideSubmitButton = true;
if (!$scope.model.title) {
localizationService.localize('defaultdialogs_selectItem').then(function (value) {
$scope.model.title = value;
});
}