{{ 'LOCATION' | translate }} {{ 'DIALOG' | translate }} :

{{ 'OPEN_LOCATION' | translate }}

{{:: 'CODE' | translate}}

pipLocationEditDialog.show( { locationName: $scope.note.location_name, locationPos: $scope.note.location_pos }, function (result) { console.log('Selected New Location'); console.log(result); if (result) $scope.note.location_pos = result.locationPos; } );